Skip to content

Commit

Permalink
try default at top
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptnull committed Dec 19, 2024
1 parent 880fdf5 commit d9aa17e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true

defaults:
run:
working-directory: web

jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./webapp
timeout-minutes: 10

steps:
Expand All @@ -34,9 +35,6 @@ jobs:
test:
name: "Test"
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./webapp
timeout-minutes: 10

steps:
Expand Down

0 comments on commit d9aa17e

Please sign in to comment.