Skip to content

Bump github.com/antchfx/xmlquery from 1.3.18 to 1.4.0 #160

Bump github.com/antchfx/xmlquery from 1.3.18 to 1.4.0

Bump github.com/antchfx/xmlquery from 1.3.18 to 1.4.0 #160

Workflow file for this run

name: Linter
on: [pull_request]
jobs:
build:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Lint Code Base
uses: github/super-linter@v5.0.0
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}