Skip to content

Commit

Permalink
Create md5-CI-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimofumi committed Dec 10, 2023
1 parent aaef81a commit 289a0c5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/md5-CI-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: md5-CI-build

on:
push

jobs:
build:
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
runs-on: windows-latest
steps:
- name: disable auto crlf
uses: steve02081504/disable-autocrlf@v1
- name: checkout
uses: actions/checkout@v2
- name: updates build
uses: ukatech/ukagaka-mirror-md5-CI-build@v1
with:
build-mode: other

0 comments on commit 289a0c5

Please sign in to comment.