Skip to content

Merge pull request #244 from ELIXIR-NO/renovate/actions-checkout-6.x #798

Merge pull request #244 from ELIXIR-NO/renovate/actions-checkout-6.x

Merge pull request #244 from ELIXIR-NO/renovate/actions-checkout-6.x #798

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run format:check
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run lint