Skip to content

Bump rollup in /app in the npm_and_yarn group across 1 directory (#43) #28

Bump rollup in /app in the npm_and_yarn group across 1 directory (#43)

Bump rollup in /app in the npm_and_yarn group across 1 directory (#43) #28

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