Skip to content

Commit

Permalink
fix lint build too
Browse files Browse the repository at this point in the history
  • Loading branch information
cbackas committed Oct 25, 2024
1 parent b317a2b commit 4091205
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: web assets build
run: npm ci && npm run build
working-directory: map_service
- name: Run linters
uses: wearerequired/lint-action@master
with:
Expand Down

0 comments on commit 4091205

Please sign in to comment.