Skip to content

Commit

Permalink
fix what's broken?
Browse files Browse the repository at this point in the history
Signed-off-by: m2 <[email protected]>
  • Loading branch information
m2Giles committed Jan 12, 2025
1 parent 904dc0d commit 6bd811a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
enabled: true
titleOnly: true
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ permissions:
packages: write
id-token: write
jobs:
lint:
name: Lint Project
uses: ./.github/workflows/lint.yml
build-image:
name: Build Images
needs: [lint]
uses: ./.github/workflows/build-image.yml
secrets: inherit
strategy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Lint Project
on: # yamllint disable-line rule:truthy
push:
pull_request:
branches: ["main"]
workflow_call:
workflow_dispatch:
jobs:
Expand All @@ -10,9 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Install Just
id: just
Expand Down

0 comments on commit 6bd811a

Please sign in to comment.