test
Some checks failed
/ ls (pull_request) Has been cancelled

This commit is contained in:
lubiana 2025-05-21 21:52:35 +02:00
parent 7c6ef15552
commit 730402e7ee
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -2,14 +2,12 @@ on: [pull_request]
jobs:
ls:
runs-on: docker
container:
image: php:8.4-cli
steps:
- name: Install dependencies
run: |
apt-get update
apt-get install -y git
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- name: setup php
uses: https://github.com/shivammathur/setup-php@v2
with:
php-version: '8.4'
tools: 'composer'
- name: Manually checkout
env:
REPO: '${{ github.repository }}'