Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
radekm committed Nov 15, 2024
1 parent f85a32b commit 04d3afb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: [push]

jobs:
test-setup-c3-action:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- uses: actions/checkout@v4
- uses: radekm/setup-c3@720956d2c14c9a93bce6977c10e6f98617dc666f
with:
version: v0.6.4

0 comments on commit 04d3afb

Please sign in to comment.