Skip to content

Commit

Permalink
✅ test: check some ci permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed Jun 6, 2024
1 parent ea76c76 commit 1a6c76c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ concurrency:
cancel-in-progress: true

jobs:
test-root:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install tmux
run: |
sudo apt-get update
sudo apt-get install -y tmux
pre-commit:
uses: ./.github/workflows/pre-commit.yml

Expand Down

0 comments on commit 1a6c76c

Please sign in to comment.