Skip to content

Commit

Permalink
Merge branch 'qbcore-framework:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios authored May 7, 2022
2 parents 98bd85e + eeb2370 commit 9358ca3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint Resource
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint
uses: iLLeniumStudios/[email protected]
with:
capture: "junit.xml"
args: "-t --formatter JUnit"
extra_libs: mysql
- name: Generate Lint Report
if: always()
uses: mikepenz/action-junit-report@v3
with:
report_paths: "**/junit.xml"
check_name: Linting Report
fail_on_failure: false

0 comments on commit 9358ca3

Please sign in to comment.