Skip to content

Add Procfile for Heroku #4

Add Procfile for Heroku

Add Procfile for Heroku #4

Workflow file for this run

name: ESLint
on:
pull_request:
push:
branches: [main, heroku]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint