Skip to content

Instantly share code, notes, and snippets.

@mj
Created January 4, 2022 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mj/e6a81b52d72940fd8773a1264cf2da26 to your computer and use it in GitHub Desktop.
Save mj/e6a81b52d72940fd8773a1264cf2da26 to your computer and use it in GitHub Desktop.
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
with:
php_version: 7.4
version: 2
command: about
args: -vvv
- run: composer -vvv about
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment