Skip to content

chore(deps-dev): bump ws from 6.2.2 to 6.2.3 in /server-data/resources/[phone]/pma-voice/voice-ui in the npm_and_yarn group across 1 directory #1917

chore(deps-dev): bump ws from 6.2.2 to 6.2.3 in /server-data/resources/[phone]/pma-voice/voice-ui in the npm_and_yarn group across 1 directory

chore(deps-dev): bump ws from 6.2.2 to 6.2.3 in /server-data/resources/[phone]/pma-voice/voice-ui in the npm_and_yarn group across 1 directory #1917

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint Resource
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
uses: iLLeniumStudios/fivem-lua-lint-action@v2
with:
capture: "junit.xml"
args: "-t --formatter JUnit"
extra_libs: mysql+ox_lib
- name: Generate Lint Report
if: always()
uses: mikepenz/action-junit-report@v4
with:
report_paths: "**/junit.xml"
check_name: Linting Report
fail_on_failure: false