Skip to content

Fix and tests for different types of README when tool = "quarto_website" #19

Fix and tests for different types of README when tool = "quarto_website"

Fix and tests for different types of README when tool = "quarto_website" #19

Workflow file for this run

name: format
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install `air`
run: curl -LsSf https://github.com/posit-dev/air/releases/latest/download/air-installer.sh | sh
- name: Check for changes
run: air format . --check