Skip to content

Commit

Permalink
🚧 Remove Untagged Image, Add biome check job
Browse files Browse the repository at this point in the history
  • Loading branch information
zuisong committed Feb 4, 2024
1 parent 3e487d0 commit a7bf819
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/biome-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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 .
18 changes: 0 additions & 18 deletions .github/workflows/delete-untag-image.yaml

This file was deleted.

0 comments on commit a7bf819

Please sign in to comment.