Add Operator
versions of DiagonalStack
and VerticalStack
#3762
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Check file types and sizes | |
name: check files | |
on: [push, pull_request] | |
jobs: | |
checkfiles: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v3 | |
- 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 |