Skip to content

Polish CONTRIBUTING.md #32

Polish CONTRIBUTING.md

Polish CONTRIBUTING.md #32

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
Lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run linter
run: |
make lint