Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobharder committed Feb 25, 2024
1 parent af22534 commit a259e7d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test

on:
push:
branch:
- "devel/fix-git-version"

jobs:
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Test
run: git describe --tags

0 comments on commit a259e7d

Please sign in to comment.