Skip to content

hunxjunedo running the job #33

hunxjunedo running the job

hunxjunedo running the job #33

Workflow file for this run

name: Lint Workflow
run-name: ${{ github.actor }} running the job
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: npm install
- name: Run ESLint
run: npm run lint