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:
parent
d4d837e91c
commit
5e086da58e
22
.github/workflows/continuous-integration.yml
vendored
Normal file
22
.github/workflows/continuous-integration.yml
vendored
Normal 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!"
|
Loading…
x
Reference in New Issue
Block a user