Skip to content

chore(deps-dev): Bump eslint-plugin-jest from 24.3.5 to 27.2.2 #309

chore(deps-dev): Bump eslint-plugin-jest from 24.3.5 to 27.2.2

chore(deps-dev): Bump eslint-plugin-jest from 24.3.5 to 27.2.2 #309

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