Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
jacyl4 committed Oct 12, 2023
0 parents commit c16847b
Show file tree
Hide file tree
Showing 1,880 changed files with 60,414 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
#
https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
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 jacyl4@gmail.com
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 c16847b

Please sign in to comment.