forked from mirrors/amnezia-wg-easy
CI: add step description
This commit is contained in:
parent
b8a77bf2d8
commit
b56c49c99a
2 changed files with 8 additions and 4 deletions
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
@ -12,8 +12,10 @@ jobs:
|
||||||
name: Lint
|
name: Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- name: Checkout repository
|
||||||
- uses: actions/setup-node@main
|
uses: actions/checkout@main
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@main
|
||||||
with:
|
with:
|
||||||
node-version: 'current'
|
node-version: 'current'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
6
.github/workflows/npm-update-bot.yml
vendored
6
.github/workflows/npm-update-bot.yml
vendored
|
@ -11,8 +11,10 @@ jobs:
|
||||||
name: NPM Update Bot 🤖
|
name: NPM Update Bot 🤖
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- name: Checkout repository
|
||||||
- uses: actions/setup-node@main
|
uses: actions/checkout@main
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@main
|
||||||
with:
|
with:
|
||||||
node-version: 'current'
|
node-version: 'current'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue