Skip to content

Commit

Permalink
Project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gwehrle committed Nov 22, 2024
1 parent 7c25d8b commit 4c9d1f5
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
1 change: 1 addition & 0 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
style = "sciml"
4 changes: 4 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "Nominatim.jl",
"projectOwner": "gwehrle"
}
13 changes: 13 additions & 0 deletions .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Format Check"

on:
push:
branches:
- 'main'
tags: '*'
pull_request:

jobs:
format-check:
name: "Format Check"
uses: "SciML/.github/.github/workflows/format-suggestions-on-pr.yml@v1"
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Nominatim
# Nominatim.jl

[![Build Status](https://github.com/"gwehrle"/Nominatim.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/"gwehrle"/Nominatim.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Build Status](https://github.com/gwehrle/Nominatim.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/gwehrle/Nominatim.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![SciML Code Style](https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826)](https://github.com/SciML/SciMLStyle)
[![All Contributors](https://img.shields.io/github/all-contributors/gwehrle/Nominatim.jl?color=ee8449&style=flat-square)](#contributors)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
5 changes: 5 additions & 0 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
using Aqua
Aqua.test_all(
Overpass;
deps_compat = (ignore = [:Dates],)
)
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ using Test
@testset "Nominatim.jl" begin
# Write your tests here.
end

include("Aqua.jl")

0 comments on commit 4c9d1f5

Please sign in to comment.