Skip to content

Add a Makefile and a GH workflow which uses it #1

Add a Makefile and a GH workflow which uses it

Add a Makefile and a GH workflow which uses it #1

Workflow file for this run

name: Link Checks

Check failure on line 1 in .github/workflows/pylint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pylint.yml

Invalid workflow file

`pull_requests` is not a valid event name
on:
push:
branches: [ main ]
pull_requests:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Fetch files
uses: actions/checkout@v3
- name: Run Pylint
run: make lint