Skip to content

Bump @biomejs/biome from 1.6.4 to 1.7.2 in /docs #46

Bump @biomejs/biome from 1.6.4 to 1.7.2 in /docs

Bump @biomejs/biome from 1.6.4 to 1.7.2 in /docs #46

Workflow file for this run

on: [push, pull_request]
jobs:
make:
runs-on: ubuntu-20.04
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Check code and build
run: |
cd docs/ && make clean check all && cd ..