Skip to content

Update workflows

Update workflows #62

name: "CI"
# This workflow will run after a merge to the main branch from a pull request.
on:
merge_group:
push:
branches:
- main
permissions:
contents: read
jobs:
validate:
name: "Composer Validate"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: composer validate