Skip to content

fix: do not return "" if there is no github URL in DESCRIPTION #11

fix: do not return "" if there is no github URL in DESCRIPTION

fix: do not return "" if there is no github URL in DESCRIPTION #11

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