mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0f88b74f2b
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.3 to 4.9.4. - [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.9.3...v4.9.4) --- 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>
19 lines
446 B
YAML
19 lines
446 B
YAML
name: Super Linter
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
name: Lint Code Base
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: github/super-linter@v4.9.4
|
|
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 }}
|