Skip to content

Commit

Permalink
ops: restore runs-on keys
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Nov 21, 2024
1 parent 0e27569 commit 84dead8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: test suite
on: [push]
image: ubuntu-latest
jobs:

lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -17,6 +17,7 @@ jobs:
run: npm run lint

test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 84dead8

Please sign in to comment.