Skip to content

Commit

Permalink
chore(ci): add basic workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromartmart committed Mar 14, 2024
1 parent 7f93d33 commit 85ed442
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:

jobs:
ci:
runs-on: ubuntu-latest
name: CI
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run action
uses: ./action.yml
with:
token: 123

0 comments on commit 85ed442

Please sign in to comment.