Skip to content

Delete src/.DS_Store #21

Delete src/.DS_Store

Delete src/.DS_Store #21

Workflow file for this run

# https://github.com/marketplace/actions/run-eslint
name: Lint CI
on:
pull_request:
branches: [master, main]
push:
branches: [master, main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run format:check
- run: npm run lint:ls
- run: npm run lint:md
- run: npm run lint:js -- ./src