Skip to content

Migrate to new settings file to avoid compat issues #21

Migrate to new settings file to avoid compat issues

Migrate to new settings file to avoid compat issues #21

Workflow file for this run

name: Lint NXM Handler
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: "."
exclude-regex: "third-party"