test #1

Closed
a.chiklenerov wants to merge 2 commits from test into master
Showing only changes of commit 19a3bd1141 - Show all commits

11
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: CI
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Say hello
run: echo "Hello world!"