Skip to content

Add pylint github action file. #13

Add pylint github action file.

Add pylint github action file. #13

Workflow file for this run

# .github/workflows/main.yml
name: Main Workflow
on:
push:
branches:
- main
pull_request:
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
repository: fatcat-z/tensorflow-onnx
ref: migrate_ci
- name: Check folder
run: ls ./.github/workflows/
# Call the composite action defined in my-action.yml
# - name: Run my action
# uses: ./.github/workflows/setup-common
call-setup-yml:
uses: ./.github/workflows/setup.yml

Check failure on line 30 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Main Workflow

Invalid workflow file

The workflow is not valid. In .github/workflows/main.yml (Line: 30, Col: 11): Error from called workflow onnx/tensorflow-onnx/.github/workflows/setup.yml@7a4ccd5c0e140a14e63715c7a2e5dc9eb707ee3a (Line: 20, Col: 14): Unexpected symbol: 'PIP_ONNX_NAME:-onnx'. Located at position 5 within expression: env.PIP_ONNX_NAME:-onnx