Skip to content

Commit

Permalink
Merge branch 'main' into bump-all-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson authored Jul 23, 2024
2 parents 2c25756 + 18dc3cf commit 4347b5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push]

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
Expand All @@ -15,6 +16,7 @@ jobs:
- run: npm run lint

smoke-tests:
name: Smoke Tests
needs: lint
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit 4347b5c

Please sign in to comment.