Merge 07e8a09d9f41bde5c30d201bc66fb3c9b4893386 into 813a543baf8ef644b092869f09e69f946250c730

This commit is contained in:
Adrian 2026-03-02 20:54:37 +00:00 committed by GitHub
commit d07ac9d6e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.