Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Jul 1, 2024
1 parent dba597b commit 0bce4fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/linters/.jscpd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ignore": [
"**/resources/**",
"**/scripts/**",
"**/src/**",
"**/test/**"
]
}
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches: [main]
workflow_dispatch:

permissions:
contents: read

jobs:
build_and_test:
strategy:
Expand All @@ -30,7 +33,7 @@ jobs:
LIBPOSTAL_DATA_DIR: ${GITHUB_WORKSPACE}/data
run: |
./bootstrap.sh
./configure --datadir=$LIBPOSTAL_DATA_DIR
./configure --datadir="$LIBPOSTAL_DATA_DIR"
make
- name: Test
run: make check

0 comments on commit 0bce4fb

Please sign in to comment.