Skip to content

chore(deps-dev): bump storybook from 8.4.7 to 8.5.0 #18

chore(deps-dev): bump storybook from 8.4.7 to 8.5.0

chore(deps-dev): bump storybook from 8.4.7 to 8.5.0 #18

Workflow file for this run

name: Lint
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
# Enable Corepack
- name: Enable Corepack
run: corepack enable
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
- name: Run ESLint and post results
uses: super-linter/super-linter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_CHECKOV: true
VALIDATE_GITLEAKS: true
VALIDATE_GIT_COMMITLINT: true
VALIDATE_GIT_MERGE_CONFLICT_MARKERS: true
VALIDATE_XML: true
VALIDATE_YAML: true