Skip to content

Commit

Permalink
add second job
Browse files Browse the repository at this point in the history
  • Loading branch information
alisha-k-kalladassery committed Dec 5, 2024
1 parent a29c7f4 commit 9678679
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,18 @@ jobs:
run: npm install -D jest-environment-jsdom
- name: "Run tests"
run: npm test
lint:
name: Code standards
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: "Checkout repository"
uses: actions/checkout@v4

- name: "Setup node"
uses: actions/setup-node@v4
with:
node-version: 16

- name: "Lint code"
run: npm run lint --if-present

0 comments on commit 9678679

Please sign in to comment.