Skip to content

ci: Fix failed CI

ci: Fix failed CI #54

Workflow file for this run

name: "Toolchain CI"
on:
push:
branches: [arc-releases]
paths:
- dejagnu/**
- .github/workflows/**
pull_request:
branches: [arc-releases]
paths:
- dejagnu/**
- .github/workflows/**
jobs:
tclint:
name: Lint a set of Expect scripts for dejagnu
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
pip install tclint
- name: Lint scripts
run: |
tclint $(find dejagnu/ \( -name "arc*.exp" -o -name "nsim*.exp" \)) \
--show-categories