Skip to content

Bump the npm_and_yarn group across 1 directory with 4 updates (#44) #30

Bump the npm_and_yarn group across 1 directory with 4 updates (#44)

Bump the npm_and_yarn group across 1 directory with 4 updates (#44) #30

Workflow file for this run

name: lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Run ESLint
run: bun run lint