mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
18 lines
339 B
YAML
18 lines
339 B
YAML
name: Lint Mob
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v6
|
|
- name: Check format
|
|
uses: ModOrganizer2/check-formatting-action@master
|
|
with:
|
|
check-path: "."
|
|
exclude-regex: "third-party"
|