Skip to content

ci: add .github/workflow specs to workspace root #3

ci: add .github/workflow specs to workspace root

ci: add .github/workflow specs to workspace root #3

Workflow file for this run

name: @monorepo/ci

Check failure on line 1 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:
# Runs on pull request events:
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install Dependencies
run: bun install
- name: Run Lint Check
run: bun run lint:all