Skip to content

Fix colour of hovered buttons using the <button> element #1106

Fix colour of hovered buttons using the <button> element

Fix colour of hovered buttons using the <button> element #1106

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
paths-ignore:
- 'CHANGELOG.md'
- 'LICENCE'
- 'README.md'
tags-ignore:
- '**'
concurrency:
group: tests-${{ github.ref }}
cancel-in-progress: false
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
uses: ./.github/actions/lint
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Tests
uses: ./.github/actions/tests
storybook-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Tests
uses: ./.github/actions/storybook-tests
test-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test build package
uses: ./.github/actions/test-package
prototype-kit:
runs-on: ubuntu-latest
needs:
- test-package
steps:
- uses: actions/checkout@v4
- name: GOV.UK prototype kit test
uses: ./.github/actions/prototype-kit-test