Skip to content

Commit

Permalink
test CLI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Sep 4, 2024
1 parent 446aafa commit 57b0e4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ permissions:
contents: read

jobs:
tester:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: Testing gh
shell: bash
run: |
gh auth status
get-br-dependencies:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 57b0e4f

Please sign in to comment.