Skip to content

rework pkg docs and readme #52

rework pkg docs and readme

rework pkg docs and readme #52

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
name: lint
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Install Air
uses: posit-dev/setup-air@v1
- name: Lint with air
run: air format . --check