Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
jacyl4 committed Jan 21, 2023
0 parents commit a153b12
Show file tree
Hide file tree
Showing 1,878 changed files with 60,434 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: purge jsdelivr cache

on:
release:
types: [created]
push:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: purge jsdelivr cache
run: |
curl https://purge.jsdelivr.net/gh/jacyl4/de_GWD@main/client
28 changes: 28 additions & 0 deletions .github/workflows/sha256sum.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: checkSUM

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: sha256sum
run: |
chmod +x sha256sum
./sha256sum
- name: Commit
run: |
git config --global user.email [email protected]
git config --global user.name jacyl4
git add ./resource
git commit -am "Auto sha256sum"
- name: Push
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
Loading

0 comments on commit a153b12

Please sign in to comment.