Skip to content

devops: config pkgs, eslint, prettier, tailwind, ts #2

devops: config pkgs, eslint, prettier, tailwind, ts

devops: config pkgs, eslint, prettier, tailwind, ts #2

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:

Check failure on line 12 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- run: bun install
- run: bun run lint