Skip to content

ci: 🎡 run tidy on push & pull_request #1

ci: 🎡 run tidy on push & pull_request

ci: 🎡 run tidy on push & pull_request #1

Workflow file for this run

name: Tidy
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: npm install
- name: Tidy
run: npm run tidy:check