Skip to content

Commit

Permalink
Merge pull request #18 from alphagov/add-github-actions
Browse files Browse the repository at this point in the history
Adding github action to validate the plugin.
  • Loading branch information
nataliecarey committed Jun 12, 2023
2 parents dab7dd0 + 4e88670 commit 33e733d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Validate

on:
push:
branches:
- main
- support/*
pull_request:

jobs:
validate:
name: Validate
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- run: npx govuk-prototype-kit@snapshot validate-plugin

0 comments on commit 33e733d

Please sign in to comment.