Skip to content

Bump jest from 27.5.1 to 29.7.0 #46

Bump jest from 27.5.1 to 29.7.0

Bump jest from 27.5.1 to 29.7.0 #46

Workflow file for this run

---
#################################
#################################
name: Linter
on:
pull_request:
branches: [main]
jobs:
build:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
fetch-depth: 0
- name: Linter
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}