Skip to content

Bump @libphp/almalinux-9-v85 from 0.0.2 to 0.0.3 #1098

Bump @libphp/almalinux-9-v85 from 0.0.2 to 0.0.3

Bump @libphp/almalinux-9-v85 from 0.0.2 to 0.0.3 #1098

Workflow file for this run

name: Main workflow
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '22.x'
- name: Dependencies
run: make install
- name: Build
run: make build
- name: Tests
run: make test