-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use full GOV.UK release and CI workflows
Turns out the release workflow expects a PR-based workflow with no way of overriding, so let's just do this despite the simple nature of this app.
- Loading branch information
Showing
4 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: CI | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
workflow_dispatch: | ||
inputs: | ||
ref: | ||
description: 'The branch, tag or SHA to checkout' | ||
default: main | ||
type: string | ||
|
||
jobs: | ||
lint-ruby: | ||
name: Lint Ruby | ||
uses: alphagov/govuk-infrastructure/.github/workflows/rubocop.yml@main | ||
|
||
security-analysis: | ||
name: Security Analysis | ||
uses: alphagov/govuk-infrastructure/.github/workflows/brakeman.yml@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters