Skip to content

chore(deps): update dependency nikic/php-parser to v5 #1245

chore(deps): update dependency nikic/php-parser to v5

chore(deps): update dependency nikic/php-parser to v5 #1245

Workflow file for this run

name: test-c
on:
push:
branches:
- main
- renovate/**
paths:
- c/**
- testdata/**
pull_request:
branches:
- main
paths:
- c/**
- testdata/**
workflow_call:
jobs:
test-c:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run make
run: make
working-directory: c