mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: consistency in naming
This commit is contained in:
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@@ -23,8 +23,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
job-name: eslint
|
job-name: eslint
|
||||||
|
|
||||||
typings-lint:
|
typings:
|
||||||
name: typings-lint
|
name: typings
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@@ -37,8 +37,8 @@ jobs:
|
|||||||
- name: lint typings
|
- name: lint typings
|
||||||
run: npm run lint:typings
|
run: npm run lint:typings
|
||||||
|
|
||||||
docs-lint:
|
docs:
|
||||||
name: docs-lint
|
name: docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user