Skip to content

chore(deps): bump fast-xml-parser from 4.5.0 to 4.5.5 #26

chore(deps): bump fast-xml-parser from 4.5.0 to 4.5.5

chore(deps): bump fast-xml-parser from 4.5.0 to 4.5.5 #26

Workflow file for this run

---
name: Lint
on:
pull_request:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}