Skip to content

Make together endpoints list --mine work without needing --true at the end #1101

Make together endpoints list --mine work without needing --true at the end

Make together endpoints list --mine work without needing --true at the end #1101

name: pre-commit
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1