mirror of
https://github.com/ModOrganizer2/modorganizer-diagnose_basic.git
synced 2026-07-27 14:03:10 -07:00
17 lines
311 B
YAML
17 lines
311 B
YAML
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: "."
|