Skip to content

Add pylint github action file. #10

Add pylint github action file.

Add pylint github action file. #10

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
- uses: ./.github/workflows/setup.yml