Skip to content

Commit

Permalink
Add action to rnu notebooks (doesn't do anything yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinds committed Jun 29, 2023
1 parent ec03a26 commit 83ec7dd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/guide-notebooks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Guide Notebooks Regression
run-name: ${{ github.actor }}
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "automatically triggered by a ${{ github.event_name }} event"
- run: echo "running on a ${{ runner.os }} server hosted by github"
- run: echo "branch: ${{ github.ref }}"
- name: clone
uses: actions/checkout@v3
- name: install
run: |
ls ${{ github.workspace }}

0 comments on commit 83ec7dd

Please sign in to comment.