Skip to content

chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group #642

chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group

chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group #642

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Lint and Check Formatting
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
format:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Biome CLI
uses: biomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2.7.1
with:
version: 2.4.7
- name: Lint and Check Formatting
run: npm run lint