Skip to content

Commit

Permalink
ci: Configure the TERM environment variable for the autoreview workfl…
Browse files Browse the repository at this point in the history
…ow (#1025)
  • Loading branch information
theofidry authored Oct 6, 2023
1 parent 79c7dfc commit d524001
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
TERM: xterm

jobs:
lint-cs:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/requirement-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ concurrency:
env:
POLLING_INTERVALS_SEC: 30
SLEEP_TIME_SEC: 60s
#TERMINFO: /usr/lib/terminfo
TERM: xterm

jobs:
cs-lint:
Expand Down

0 comments on commit d524001

Please sign in to comment.