1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 16:01:56 +02:00

Enhancement: Echo a greeting (#1858)

This commit is contained in:
Andreas Möller 2019-11-28 10:22:37 +01:00 committed by Pim Jansen
parent d4d837e91c
commit 5e086da58e

View File

@ -0,0 +1,22 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
on:
pull_request:
push:
branches:
- master
- next
tags:
- "**"
name: "Continuous Integration"
jobs:
hello:
name: "Hello"
runs-on: ubuntu-latest
steps:
- name: "Hello"
run: echo "Hello, François and Pim!"