Skip to content

Commit 970ebd7

Browse files
authored
Rename build job and remove unnecessary steps
Renamed build job to sanity-check and removed lint and build steps.
1 parent f8a24eb commit 970ebd7

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "main" ]
88

99
jobs:
10-
build:
10+
sanity-check:
1111
runs-on: ubuntu-latest
1212

1313
steps:
@@ -21,9 +21,3 @@ jobs:
2121

2222
- name: Install dependencies
2323
run: npm install
24-
25-
- name: Lint
26-
run: npm run lint --if-present
27-
28-
- name: Build
29-
run: npm run build --if-present

0 commit comments

Comments
 (0)