Skip to content

Update example.application.yml #7

Update example.application.yml

Update example.application.yml #7

Workflow file for this run

name: BiomeCheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '36 1 * * 6'
jobs:
biome:
name: Run biome checking
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Biome
run: npm install -g @biomejs/biome
- name: Run Biome Check
run: biome check --write src/