Skip to content

Merge pull request #6 from ut-code/kf76-hack-shooter-offline #64

Merge pull request #6 from ut-code/kf76-hack-shooter-offline

Merge pull request #6 from ut-code/kf76-hack-shooter-offline #64

Workflow file for this run

name: Format

Check failure on line 1 in .github/workflows/format.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/format.yml

Invalid workflow file

(Line: 12, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'oven-sh/setup-bun'
on:
pull_request:
push:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun
- run: bun install --frozen-lockfile
- run: bunx prettier . --check