Merge pull request 'acid testing' (#25) from futonbeta into main
Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/25
This commit is contained in:
commit
badffa62a2
14
.github/workflows/futon-deploy.yaml
vendored
14
.github/workflows/futon-deploy.yaml
vendored
@ -6,20 +6,22 @@ on:
|
||||
types: [closed]
|
||||
branches: [main]
|
||||
jobs:
|
||||
lint:
|
||||
run-linters:
|
||||
name: Run linters
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with: node-version:18
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Install ependencies
|
||||
run: 'npm ci'
|
||||
|
||||
- name: Lint with
|
||||
- name: run linters
|
||||
uses: wearerequired/lint-action@v2
|
||||
with:
|
||||
eslint: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user