acid testing
This commit is contained in:
33
.github/workflows/futon-deploy.yaml
vendored
33
.github/workflows/futon-deploy.yaml
vendored
@@ -2,12 +2,33 @@
|
||||
name: futon deploy
|
||||
|
||||
on:
|
||||
merge:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
types: [closed]
|
||||
branches: [main]
|
||||
jobs:
|
||||
deploy:
|
||||
lint:
|
||||
runs-on: "ubuntu-latest"
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: install Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with: node-version:18.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Lint with
|
||||
uses: wearerequired/lint-action@v2
|
||||
with:
|
||||
eslint: true
|
||||
prettier: true
|
||||
stylelint: true
|
||||
htmlhint: true
|
||||
|
||||
# - name: Minify dashit
|
||||
# uses: nizarmah/auto-minify@v2.1
|
||||
# with:
|
||||
# directory: './'
|
||||
# output:'.'
|
||||
|
||||
Reference in New Issue
Block a user