Skip to content

Tweaks imported from recent ingest-api PR #230

Tweaks imported from recent ingest-api PR

Tweaks imported from recent ingest-api PR #230

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
# Available versions:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
# with:
# submodules: 'recursive'
# TODO: setup environment
# TODO: install dependencies
# TODO: run linting