Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
[no ci] add verison check action
Browse files Browse the repository at this point in the history
  • Loading branch information
adamthiede committed Jul 31, 2024
1 parent 52b3299 commit 387b903
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/version_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: check for new version
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
autobuild-sh:
runs-on: ubuntu-latest
name: 'check for release'
steps:
- name: checkout code
uses: actions/checkout@v4
- name: install deps
shell: bash
run: ./autobuild.sh

0 comments on commit 387b903

Please sign in to comment.