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:
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 }}'