Skip to content

chore(deps-dev): Bump yaml from 1.10.2 to 2.3.1 #304

chore(deps-dev): Bump yaml from 1.10.2 to 2.3.1

chore(deps-dev): Bump yaml from 1.10.2 to 2.3.1 #304

Workflow file for this run

name: Lint Code Base
on: [push]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_EDITORCONFIG: true
VALIDATE_MARKDOWN: true