Skip to content

Commit

Permalink
remove name in a step
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvvvector committed Jan 21, 2024
1 parent ed48a2b commit 50adfd3
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
name: Code check

on:
push:
branches: ["main"]
on:
push:
branches: ['main']
pull_request:
branches: ["*"]
branches: ['*']

jobs:
lint:
jobs:
lint:
runs-on: ubuntu-latest
name: npm run lint
steps:
- name: Checks-out your repository
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install dependencies
run: npm i

- run: npm run lint

1 comment on commit 50adfd3

@vercel
Copy link

@vercel vercel bot commented on 50adfd3 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.