Skip to content

chore(deps-dev): bump flatted from 3.2.6 to 3.4.2 #21

chore(deps-dev): bump flatted from 3.2.6 to 3.4.2

chore(deps-dev): bump flatted from 3.2.6 to 3.4.2 #21

Workflow file for this run

---
name: Lint
on:
pull_request:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}