Skip to content

build(deps): bump the extension-dependencies group across 1 directory with 10 updates #645

build(deps): bump the extension-dependencies group across 1 directory with 10 updates

build(deps): bump the extension-dependencies group across 1 directory with 10 updates #645

Workflow file for this run

name: 📝 Lint
on:
push:
branches:
- "*"
pull_request:
branches:
- master
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Check Linting
run: echo "TODO - Add Back"
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Check Linting
run: yarn format:check