Skip to content

Commit

Permalink
runs-on: ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfaace committed Aug 1, 2023
1 parent 088c567 commit bbe5f18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2.4.1
Expand All @@ -16,6 +17,7 @@ jobs:
- run: yarn lint

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2.4.1
Expand Down

0 comments on commit bbe5f18

Please sign in to comment.