Skip to content

Commit

Permalink
Add CI main.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypodlesov committed Apr 13, 2024
1 parent 5b02b67 commit 1e7fa58
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: mkdir build
- run: cd build
- run: ls ..
- run: cmake ..

0 comments on commit 1e7fa58

Please sign in to comment.