Skip to content

Commit

Permalink
Testing something
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaldeiradev committed Sep 20, 2023
1 parent 4b73aa7 commit 10f2d06
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,22 @@ on:

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm run lint

build:
name: Build
runs-on: ubuntu-latest
needs: lint
steps:
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm run build

0 comments on commit 10f2d06

Please sign in to comment.