Skip to content

Commit

Permalink
CI: Add timeout to j2lint (aristanetworks#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista authored Jan 21, 2022
1 parent 006813d commit 00accd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,15 +349,18 @@ jobs:
with:
name: importer-logs
path: ./importer_result.json

j2lint:
name: Validate j2 files
runs-on: ubuntu-20.04
if: always()
steps:
- uses: actions/checkout@v2
timeout-minutes: 2
- name: Setup J2Lint
timeout-minutes: 2
run: |
pip install git+https://github.com/aristanetworks/j2lint.git
- name: Run J2lint
timeout-minutes: 2
run: |
j2lint $GITHUB_WORKSPACE --ignore S7 S6 V1

0 comments on commit 00accd0

Please sign in to comment.