Skip to content

Update FUNDING.yml #109

Update FUNDING.yml

Update FUNDING.yml #109

Workflow file for this run

name: linter
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install dependencies
run: python -m pip install -r requirements.txt
- name: Run linter
run: make lint