Skip to content

Commit

Permalink
Update and rename lint.yml to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mourabitiziyad authored Aug 14, 2024
1 parent ae8a70f commit c7834de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches: [ "main" ]
branches: [ "*" ]
pull_request:
branches: [ "main" ]
branches: [ "*" ]

jobs:
build:
Expand All @@ -27,4 +27,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run test

0 comments on commit c7834de

Please sign in to comment.