Skip to content

Commit

Permalink
My first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
my-git-mohit committed Oct 8, 2024
1 parent 3df38f1 commit 3b724a2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@ jobs:
- name: Build the application
run: npm run build
lint:
name: Lintering
name: 'Lintering'
default:
run:
shell: bash
working-directory: ./web
run-on: ubuntu-latest
steps:
- name: Checkout
run: actions/checkout@v2
uses: actions/checkout@v2
- name: node version
uses: actions/setup-node@v2
with:
Expand All @@ -58,7 +62,7 @@ jobs:
run: npm install
- name: testing
run: npm run test
- name: Lintering
- name: 'Lintering'
run: npx standard -v

deploy:
Expand Down

0 comments on commit 3b724a2

Please sign in to comment.