Skip to content

chore(deps-dev): bump @changesets/cli from 2.27.9 to 2.27.11 #463

chore(deps-dev): bump @changesets/cli from 2.27.9 to 2.27.11

chore(deps-dev): bump @changesets/cli from 2.27.9 to 2.27.11 #463

Workflow file for this run

name: CI Lint
on:
pull_request:
branches:
- main
jobs:
lint:
name: ci/lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Run Linter
run: npm run lint
- name: Report Lint Status
if: always()
run: echo "Lint status reported"