Skip to content

Bump tar in /app in the npm_and_yarn group across 1 directory (#42) #18

Bump tar in /app in the npm_and_yarn group across 1 directory (#42)

Bump tar in /app in the npm_and_yarn group across 1 directory (#42) #18

Workflow file for this run

name: style
on: [push]
jobs:
style:
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 style