Skip to content

Bump eslint-plugin-import from 2.27.5 to 2.29.0 #51

Bump eslint-plugin-import from 2.27.5 to 2.29.0

Bump eslint-plugin-import from 2.27.5 to 2.29.0 #51

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 }}