Skip to content

Update Pixlet to 0.28.4 and Ubuntu to 20.04.6 #76

Update Pixlet to 0.28.4 and Ubuntu to 20.04.6

Update Pixlet to 0.28.4 and Ubuntu to 20.04.6 #76

Workflow file for this run

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