Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

chore: bump semantic-release from 21.1.1 to 22.0.0 #86

chore: bump semantic-release from 21.1.1 to 22.0.0

chore: bump semantic-release from 21.1.1 to 22.0.0 #86

Workflow file for this run

name: Test
on:
push:
branches:
- master
# dependabot/** branches are generated by https://github.com/dependabot
- dependabot/**
pull_request:
types:
- opened
- synchronize
jobs:
test:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Super Linter Code Base
uses: github/super-linter/slim@v4
env:
FILTER_REGEX_INCLUDE: "/modules/*|updateVersion.sh"
DEFAULT_BRANCH: master
VALIDATE_PHP: true
VALIDATE_PHP_PHPCS: true
VALIDATE_BASH: true
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}