Skip to content

Bump govuk_app_config from 8.0.2 to 8.1.0 #280

Bump govuk_app_config from 8.0.2 to 8.1.0

Bump govuk_app_config from 8.0.2 to 8.1.0 #280

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
push:
branches:
- main
paths-ignore:
- "Jenkinsfile"
- ".git**"
pull_request:
jobs:
security-analysis:
name: Security Analysis
uses: alphagov/govuk-infrastructure/.github/workflows/brakeman.yml@main
lint-ruby:
name: Lint Ruby
uses: alphagov/govuk-infrastructure/.github/workflows/rubocop.yml@main
test-ruby:
name: Test Ruby
uses: ./.github/workflows/rspec.yml