Skip to content

CMU-Delphi submission 2025-10-08 #25

CMU-Delphi submission 2025-10-08

CMU-Delphi submission 2025-10-08 #25

Workflow file for this run

# The following is a workflow derived from
# https://github.com/posit-dev/setup-air/blob/main/examples/format-check.yaml
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@v4
- name: Install
uses: posit-dev/setup-air@v1
- name: Check
run: air format . --check