Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Feelmax authored and Feelmax committed Nov 17, 2024
1 parent d1a5b16 commit 85595cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
lint:
steps:
- name: getting code
runs on: ubuntu-latest
runs-on: ubuntu-latest
uses: actions/checkout@v4
- name: installing dependencies
run: npm ci
Expand All @@ -14,7 +14,7 @@ jobs:
needs: lint
steps:
- name: getting code
runs on: ubuntu-latest
runs-on: ubuntu-latest
uses: actions/checkout@v4
- name: installing dependencies
run: npm ci
Expand All @@ -24,7 +24,7 @@ jobs:
needs: build
steps:
- name: getting code
runs on: ubuntu-latest
runs-on: ubuntu-latest
uses: actions/checkout@v4
- name: installing dependencies
run: npm ci
Expand Down

0 comments on commit 85595cd

Please sign in to comment.