mirror of
https://github.com/ModOrganizer2/modorganizer-game_nehrim.git
synced 2026-07-27 14:08:13 -07:00
17 lines
310 B
YAML
17 lines
310 B
YAML
name: Lint Nehrim 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: "."
|