Skip to content

🚧 Remove Untagged Image, Add biome check job #2

🚧 Remove Untagged Image, Add biome check job

🚧 Remove Untagged Image, Add biome check job #2

Workflow file for this run

name: biome check
permissions:
contents: read
packages: write
on:
push:
workflow_dispatch:
jobs:
delete-untagged-images:
name: Delete Untagged Images
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci .