Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Bump puppeteer from 22.13.0 to 22.13.1 in /test #600

Bump puppeteer from 22.13.0 to 22.13.1 in /test

Bump puppeteer from 22.13.0 to 22.13.1 in /test #600

Workflow file for this run

---
name: Linting
on:
push:
branches-ignore:
- 'master'
concurrency:
group: ${{ github.ref }}.lint
cancel-in-progress: true
jobs:
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:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: .
# Enabled
VALIDATE_BASH: true
VALIDATE_BASH_EXEC: true
VALIDATE_DOCKERFILE: true
VALIDATE_DOCKERFILE_HADOLINT: true