diff options
Diffstat (limited to 'libs/uibase/.github/workflows/linting.yml')
| -rw-r--r-- | libs/uibase/.github/workflows/linting.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/uibase/.github/workflows/linting.yml b/libs/uibase/.github/workflows/linting.yml new file mode 100644 index 0000000..67447b2 --- /dev/null +++ b/libs/uibase/.github/workflows/linting.yml @@ -0,0 +1,17 @@ +name: Lint UIBase + +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" |
