Show blueprint master count in plugin counter tooltip, hide unsupported plugin types #538
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint ModOrganizer 2 | |
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" |