Skip to content

Commit

Permalink
Update lint.yaml to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
binbashburns authored Oct 28, 2024
1 parent 6378a05 commit dbb4d4d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

name: Scan
name: Lint

on:
# This workflow is triggered on pull requests to the main branch.
pull_request:
types: [milestoned, opened, reopened, synchronize]
branches: [main]
# milestoned is added here as a workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow).
types: [milestoned, opened, edited, synchronize]

jobs:
validate:
run:
uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@2a5e66fceb5c506008d5f69f42abcf38ccf86b44 # v1.2.0
secrets: inherit

0 comments on commit dbb4d4d

Please sign in to comment.