Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Jul 30, 2023
0 parents commit 9144dc6
Show file tree
Hide file tree
Showing 16 changed files with 15,852 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[*.ts]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 2
23 changes: 23 additions & 0 deletions .github/workflows/update_github_releases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on:
push:
branches:
- main
repository_dispatch:
types:
- update-github-releases

permissions:
contents: write

jobs:
update_github_releases:
name: Update Github Release Index
runs-on: ubuntu-latest
concurrency:
group: update-github-releases
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run index-github-releases
- uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.js
*.map
Loading

0 comments on commit 9144dc6

Please sign in to comment.