mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 17:23:31 +00:00
Delete lint.yml
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
name: CI
|
|
||||||
on: [push, pull_request]
|
|
||||||
jobs:
|
|
||||||
lint:
|
|
||||||
name: Lint Lua Scripts
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Lint
|
|
||||||
uses: iLLeniumStudios/fivem-lua-lint-action@v1-backticks
|
|
||||||
with:
|
|
||||||
capture: "junit.xml"
|
|
||||||
args: "-t --formatter JUnit"
|
|
||||||
- name: Publish Test Report
|
|
||||||
uses: mikepenz/action-junit-report@v2
|
|
||||||
with:
|
|
||||||
report_paths: "**/junit.xml"
|
|
||||||
fail_on_failure: 0
|
|
||||||
Reference in New Issue
Block a user