Skip to content

Merge pull request #18 from RustLangES/error_handling #65

Merge pull request #18 from RustLangES/error_handling

Merge pull request #18 from RustLangES/error_handling #65

Workflow file for this run

name: Check Format and Code Quality
on:
workflow_dispatch:
workflow_call:
pull_request:
push:
branches:
- main
- dev
jobs:
checks:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2
- name: checks
run: biome check .