Skip to content

chore(deps): Bump word-wrap from 1.2.3 to 1.2.4 in /examples/react-app #319

chore(deps): Bump word-wrap from 1.2.3 to 1.2.4 in /examples/react-app

chore(deps): Bump word-wrap from 1.2.3 to 1.2.4 in /examples/react-app #319

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