добавил ciЭ

This commit is contained in:
2025-11-17 10:06:33 +03:00
parent b8ac9e0698
commit 19a3bd1141

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!"