Skip to content

Merge pull request #113 from communitycenter/update-recipe-data #74

Merge pull request #113 from communitycenter/update-recipe-data

Merge pull request #113 from communitycenter/update-recipe-data #74

Workflow file for this run

name: ESLint CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- name: Install modules
run: bun install
- name: Run ESLint
run: bun run lint