Skip to content

Commit

Permalink
rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Oct 17, 2024
1 parent c1379b0 commit 8f2bcff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: CI
on: [push]

jobs:
tests:
static_checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./extension
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -13,7 +16,5 @@ jobs:
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- run: yarn install --immutable
working-directory: ./extension
- name: Run static checks
run: yarn run check
working-directory: ./extension

0 comments on commit 8f2bcff

Please sign in to comment.