bootystrap #87

Open
lubiana wants to merge 12 commits from bootystrap into main
Showing only changes of commit 730402e7ee - Show all commits

View file

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