Skip to content

Commit

Permalink
remove ci job name
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Nov 25, 2023
1 parent aa269cb commit 0d2e9f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:
branches: [ main ]

jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- name: lint
uses: actions/checkout@v4
- uses: actions/checkout@v4
uses: actions/setup-node@v3
with:
node-version: 20
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:
branches: [ main ]

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- name: test
uses: actions/checkout@v4
- uses: actions/checkout@v4
uses: actions/setup-node@v3
with:
node-version: 20
Expand Down

0 comments on commit 0d2e9f9

Please sign in to comment.