[READ-ONLY] Mirror of https://github.com/bombshell-dev/args. <1kB CLI flag parser
args args-parser cli command-line command-line-parser node
5

Configure Feed

Select the types of activity you want to include in your feed.

chore: ci

Nate Moore (Feb 4, 2023, 12:52 PM -0600) e91fd35f b51ce2f5

+3
+3
.github/workflows/ci.yml
··· 11 11 group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }} 12 12 cancel-in-progress: true 13 13 14 + permissions: 15 + pull-requests: write 16 + 14 17 jobs: 15 18 build: 16 19 name: Build Packages