Skip to content

chore(deps): bump @ast-grep/napi in the production-dependencies group… #299

chore(deps): bump @ast-grep/napi in the production-dependencies group…

chore(deps): bump @ast-grep/napi in the production-dependencies group… #299

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: CheckFormatting
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup Biome CLI
uses: biomejs/setup-biome@454fa0d884737805f48d7dc236c1761a0ac3cc13 # v2.6.0
with:
version: 2.3.10
- name: Run Biome
run: biome format **/*