Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Bump webpack from 5.95.0 to 5.96.1 #38

Bump webpack from 5.95.0 to 5.96.1

Bump webpack from 5.95.0 to 5.96.1 #38

Workflow file for this run

name: Pull request
on: [pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: docker://github/super-linter:slim-latest
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_CSS: true
VALIDATE_HTML: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_MARKDOWN: true
MARKDOWN_CONFIG_FILE: .markdownlint.yaml
LINTER_RULES_PATH: ./
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}