Skip to content

Set up a minimal CI

Set up a minimal CI #2

Workflow file for this run

name: Linters
on:
pull_request: {}
push: {}
jobs:
gitlint:
runs-on: ubuntu-latest
name: GitLint
steps:
- name: Lint commits, branches, and pull requests
uses: aschbacd/[email protected]