Skip to content

Support depositions of annotations that are associated with existing datasets #116

Support depositions of annotations that are associated with existing datasets

Support depositions of annotations that are associated with existing datasets #116

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 }}