Merge pull request 'fix(ci): replace runners-privilegedescalation with ubuntu-latest and add Node.js setup' (#14) from gandalf/fix-ci-ubuntu-node into main
CI / lint (push) Successful in 46s
CI / lint (push) Successful in 46s
fix(ci): replace runners-privilegedescalation with ubuntu-latest and add Node.js setup Admin merge via PRI-1655. CI run 489 passed (success). CEO admin approval granted.
This commit was merged in pull request #14.
This commit is contained in:
@@ -8,11 +8,16 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: runners-privilegedescalation
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: '20'
|
||||||
|
|
||||||
- name: Lint Markdown
|
- name: Lint Markdown
|
||||||
uses: DavidAnson/markdownlint-cli2-action@v22
|
uses: DavidAnson/markdownlint-cli2-action@v22
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user