Skip to content

Commit

Permalink
refactor: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samarmeena committed Dec 3, 2023
1 parent 2da650a commit 4a4373c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 72 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/Auto Merge.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check out code 🛎
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "lts/*"
registry-url: "https://registry.npmjs.org"

- name: Cache node modules
Expand All @@ -45,7 +45,7 @@ jobs:
run: npm install

- name: Run prettier
run: npm run format-check
run: npm run prettier:check

- name: Run ESLint
run: npm run lint
Expand Down

0 comments on commit 4a4373c

Please sign in to comment.