Skip to content

New data model

New data model #204

Workflow file for this run

name: tests
on:
push:
branches: main
pull_request:
branches: main
jobs:
headers:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Check the headers
uses: frgfm/validate-python-headers@main
with:
license: 'Apache-2.0'
owner: 'Pyronear'
starting-year: 2020
folders: 'app,.github'
ignores: '__init__.py'