mirror of
https://github.com/correl/docker-pleroma.git
synced 2024-11-23 19:19:55 +00:00
e3233f6b0c
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
303 B
YAML
17 lines
303 B
YAML
---
|
|
name: Lint Code Base
|
|
on: push
|
|
|
|
jobs:
|
|
build:
|
|
name: Lint Code Base
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout Code
|
|
uses: actions/checkout@v2.4.0
|
|
|
|
- name: Lint Code Base
|
|
uses: docker://github/super-linter:v2.2.2
|
|
env:
|
|
VALIDATE_ENV: false
|