aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_bain/.github/workflows/linting.yml
blob: 75c294e1333ee93593dc77eefe6f233008c59b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Lint Installer BAIN Plugin

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: "."