Skip to content

Commit

Permalink
wip: check for dev kit locations
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Jul 9, 2024
1 parent a2e01d2 commit 1316988
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test_locations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Dev kit

on: [pull_request]

jobs:
gheck-things:
runs-on: windows-latest
defaults:
run:
shell: pwsh
steps:
- name: Check for stuff
run: |
openssl version

0 comments on commit 1316988

Please sign in to comment.