Skip to content

Spring cleaning

Spring cleaning #1

Workflow file for this run

on:
push:
branches: [main, master]
pull_request:
name: format-check
permissions: read-all
jobs:
format-check:
name: format-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
uses: posit-dev/setup-air@v1
- name: Check
run: air format . --check