aboutsummaryrefslogtreecommitdiff
path: root/libs/diagnose_basic/.github/workflows/linting.yml
blob: d91deb3f1c9fc31692954202236728b434dd8d3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Lint Diagnose Basic

on:
  push:
  pull_request:
    types: [opened, synchronize, reopened]

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Check format
        uses: ModOrganizer2/check-formatting-action@master
        with:
          check-path: "."