Skip to content

fix deployment

fix deployment #17

Workflow file for this run

name: Lint
on: ["push"]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install dependencies
uses: bahmutov/[email protected]
- name: Lint code
run: npm run lint