Skip to content

Merge branch 'mike/3d_xray' of github.com:lanl/scico into mike/3d_xray #4449

Merge branch 'mike/3d_xray' of github.com:lanl/scico into mike/3d_xray

Merge branch 'mike/3d_xray' of github.com:lanl/scico into mike/3d_xray #4449

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/[email protected]
continue-on-error: true
- run: |
for f in ${{ steps.files.outputs.added }}; do
${GITHUB_WORKSPACE}/.github/./isbin.sh $f
done