Skip to content

Commit

Permalink
Add simple github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed Mar 4, 2024
1 parent c1cfb05 commit ea5d59b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: CI

on:
pull_request:

jobs:
simple-action:
runs-on: arc-runner
steps:
- run: echo "Running."

0 comments on commit ea5d59b

Please sign in to comment.