Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored Nov 23, 2023
1 parent 38d83f1 commit 998bf85
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: test

on:
push:

jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4

# https://github.com/jupyterhub/action-major-minor-tag-calculator
- name: Get all relevant tags
id: gettags
uses: jupyterhub/action-major-minor-tag-calculator@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
prefix: "test:"

- run: echo ${{ steps.gettags.outputs.tags }}

0 comments on commit 998bf85

Please sign in to comment.