Commit a8db00ee authored by tom's avatar tom

eslint github action

parent 3115c18f
name: Linters
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx
\ No newline at end of file
/// <reference types="next-react-svg" /> /// <reference types="next-react-svg" />
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment