Skip to content

Commit

Permalink
CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KDvs123 committed Mar 31, 2024
1 parent 6c4a0c3 commit 8aed3d8
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 test

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
start:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4.1.2

- name: Run sample script
uses: echo Hello, world

0 comments on commit 8aed3d8

Please sign in to comment.