Skip to content

v1.0.1

v1.0.1 #52

Workflow file for this run

# Workflow derived from https://github.com/posit-dev/setup-air/tree/main/examples
on:
push:
branches: [main, master]
pull_request:
name: format-check.yaml
permissions: read-all
jobs:
format-check:
name: format-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install
uses: posit-dev/setup-air@v1
- name: Check
run: air format . --check