Skip to content

Fix annotation type for segmentation masks in 10002 #97

Fix annotation type for segmentation masks in 10002

Fix annotation type for segmentation masks in 10002 #97

Workflow file for this run

name: Python Linting
on:
pull_request:
push:
branches: [main]
jobs:
pre_commit_checks:
name: pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- id: files_changed
name: get changed files
uses: trilom/file-changes-action@v1.2.3
with:
output: ' '
- name: check backend
uses: pre-commit/action@v3.0.0
with:
extra_args: --files ${{ steps.files_changed.outputs.files }}