Skip to content

Separate biome's configuration command and arguments (#9) #19

Separate biome's configuration command and arguments (#9)

Separate biome's configuration command and arguments (#9) #19

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