Skip to content

fix: compilation flags #439

fix: compilation flags

fix: compilation flags #439

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@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false
- name: Install
uses: posit-dev/setup-air@cf390573ff4fe0f198f35df3a642b1409328d859
- name: Check
run: air format . --check