dashboard-ui/.github/workflows/futon-deploy.yaml
l4kr 42c6069c00
Some checks failed
futon deploy / Run linters (pull_request) Failing after 1s
acid testing
2023-09-13 15:04:30 +02:00

26 lines
493 B
YAML

# urmom
name: futon deploy
on:
pull_request:
types: [closed]
branches: [main]
jobs:
run-linters:
name: Run linters
runs-on: "ubuntu-latest"
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: install Node.js
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
# - name: Minify dashit
# uses: nizarmah/auto-minify@v2.1
# with:
# directory: './'
# output:'.'