Skip to content

Add function to enable tracing for most scico functions #4050

Add function to enable tracing for most scico functions

Add function to enable tracing for most scico functions #4050

Workflow file for this run

# Check file types and sizes
name: check files
on: [push, pull_request]
jobs:
checkfiles:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- id: files
uses: Ana06/get-changed-files@v2.2.0
continue-on-error: true
- run: |
for f in ${{ steps.files.outputs.added }}; do
${GITHUB_WORKSPACE}/.github/./isbin.sh $f
done