acid testing
This commit is contained in:
parent
5bd575c8a8
commit
952fc528c6
13
.github/workflows/futon-deploy.yaml
vendored
13
.github/workflows/futon-deploy.yaml
vendored
@ -6,20 +6,21 @@ on:
|
|||||||
types: [closed]
|
types: [closed]
|
||||||
branches: [main]
|
branches: [main]
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
run-linters:
|
||||||
|
name: Run linters
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: install Node.js
|
- name: install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v1
|
||||||
with: node-version:18
|
with: node-version:12
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Instal l dependencies
|
||||||
run: npm install
|
run: 'npm ci'
|
||||||
|
|
||||||
- name: Lint with
|
- name: run linters
|
||||||
uses: wearerequired/lint-action@v2
|
uses: wearerequired/lint-action@v2
|
||||||
with:
|
with:
|
||||||
eslint: true
|
eslint: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user