Skip to content

Bump @biomejs/biome from 1.3.3 to 1.4.1 #10

Bump @biomejs/biome from 1.3.3 to 1.4.1

Bump @biomejs/biome from 1.3.3 to 1.4.1 #10

name: main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- run: pip3 install tox --user
- run: tox