Skip to content

Merge pull request #24 from pixeldesu/dependabot/npm_and_yarn/postcss… #42

Merge pull request #24 from pixeldesu/dependabot/npm_and_yarn/postcss…

Merge pull request #24 from pixeldesu/dependabot/npm_and_yarn/postcss… #42

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint