Skip to content

chore: make dependabot check daily for publiccode-parser-go releases #21

chore: make dependabot check daily for publiccode-parser-go releases

chore: make dependabot check daily for publiccode-parser-go releases #21

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.24"
- name: Build shared library
run: make build
- name: Validate composer.json
run: composer validate --strict
- name: Install dependencies
run: composer install --prefer-dist --no-interaction
- run: |
git clone --depth 1 https://github.com/italia/publiccode-parser-go.git /tmp/publiccode-parser-go
mv /tmp/publiccode-parser-go/testdata/* tests/fixtures/testdata/
- run: composer run test