Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
First build script
  • Loading branch information
sn0wm1ku authored Jan 30, 2024
1 parent f425e66 commit 813bf0e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI
on:
push:
branches:
- main
jobs:
Build:
runs-on: Ubuntu-latest
steps:
- name: Checkout
uses: actions/Checkout@V4
- name: Build
run: |
docker build .


0 comments on commit 813bf0e

Please sign in to comment.