Skip to content

Commit

Permalink
ci/lint: Set up tmate session
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Nov 5, 2024
1 parent cc58c33 commit a046b93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
detached: true
timeout-minutes: 5
- name: Set up compiler
uses: egor-tensin/setup-clang@v1
with:
Expand Down

0 comments on commit a046b93

Please sign in to comment.