mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
319340f309
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.6 to 4.8.7. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4.8.6...v4.8.7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
570 B
YAML
24 lines
570 B
YAML
name: Super Linter
|
|
|
|
on:
|
|
push:
|
|
branches-ignore: [master]
|
|
# Remove the line above to run when pushing to master
|
|
pull_request:
|
|
branches: [master]
|
|
|
|
jobs:
|
|
build:
|
|
name: Lint Code Base
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2.4.0
|
|
- uses: github/super-linter@v4.8.7
|
|
env:
|
|
ERROR_ON_MISSING_EXEC_BIT: true
|
|
VALIDATE_BASH: true
|
|
# VALIDATE_BASH_EXEC: true
|
|
# VALIDATE_EDITORCONFIG: true
|
|
# VALIDATE_SHELL_SHFMT: true
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|