mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add GHA
This commit is contained in:
20
.github/workflows/qa.yml
vendored
Normal file
20
.github/workflows/qa.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Q&A
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
|
||||
tests:
|
||||
name: Checks
|
||||
runs-on: Ubuntu-20.04
|
||||
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
id: checkout
|
||||
Reference in New Issue
Block a user