Skip to content

chore: migration stub for ShellSecurity rename (0.1.5) #34

chore: migration stub for ShellSecurity rename (0.1.5)

chore: migration stub for ShellSecurity rename (0.1.5) #34

Workflow file for this run

name: format
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Check formatting
run: bun run format:check