Skip to content

fix: Run formatter to fix build. #19

fix: Run formatter to fix build.

fix: Run formatter to fix build. #19

Workflow file for this run

name: Main
on:
push:
branches:
- 'main'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-dependencies
- uses: ./.github/actions/lint