Skip to content

chore: bump to v4.0.0-beta7 #196

chore: bump to v4.0.0-beta7

chore: bump to v4.0.0-beta7 #196

Workflow file for this run

name: Lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Run lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install shfmt
uses: mfinelli/setup-shfmt@v4
- name: Run pre-commit
uses: pre-commit/action@v3.0.1