Skip to content

Merge pull request #7 from akvo/validate-form-id #17

Merge pull request #7 from akvo/validate-form-id

Merge pull request #7 from akvo/validate-form-id #17

Workflow file for this run

name: Build & Test
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint and Test
run: ./scripts/test.sh