-
Notifications
You must be signed in to change notification settings - Fork 18
Github Actions #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Fancy2209
wants to merge
29
commits into
awayfl:master
Choose a base branch
from
Fancy2209:GH-Actions
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Github Actions #14
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
2888b62
Actions Start Work
Fancy2209 f13a354
Clone repo with tags
n0samu 6cd024c
Fix Basic Actions
Fancy2209 356c70a
Force actions to run
Fancy2209 4cabf80
Maybe
Fancy2209 d654145
Force actions to run
Fancy2209 b17d7de
I UPDATED THE TAGS GITHUB
Fancy2209 2204088
make gh actions happy
Fancy2209 f866dd9
this wouldn't work right
Fancy2209 28d79bd
Update files from dist
actions-user 041bc12
Minor name change
Fancy2209 c649ec6
Update Dist
actions-user 2e7717e
Update package.json
Fancy2209 42ed431
Update Dist
actions-user 2e26ef7
Update package.json
Fancy2209 086cedd
Update Dist
actions-user 3f56a31
Update package.json
Fancy2209 ba994be
Update Dist
actions-user a8e6453
Update package.json
Fancy2209 575a863
Update Dist
actions-user e411527
Update package.json
Fancy2209 79a4f23
Update Dist
actions-user c7cbe1e
Update package.json
Fancy2209 3c1dc3f
Update Dist
actions-user 78f3653
Update package.json
Fancy2209 4e05fc4
Update Dist
actions-user d2f5660
Update Build.yml
Fancy2209 4304136
Fixes
Fancy2209 1d96176
a
Fancy2209 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| name: CI | ||
|
|
||
| on: [push, pull_request] | ||
|
|
||
| jobs: | ||
|
|
||
| build: | ||
| runs-on: ubuntu-22.04 | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| with: | ||
| submodules: true | ||
| fetch-tags: true | ||
|
|
||
| - uses: actions/setup-node@v3 | ||
| with: | ||
| node-version: 18.x | ||
|
|
||
| - name: Install Dependencies | ||
| run: | | ||
| npm i | ||
| - | ||
| name: Force Unshallow Repo | ||
| run: | | ||
| git fetch --depth=500 | ||
| - | ||
| name: Build Library | ||
| run: | | ||
| npm run build | ||
|
|
||
| - name: Package Library for npm | ||
| run: | | ||
| npm pack | ||
|
|
||
| - name: Update dist | ||
| run: | | ||
| git config --global user.email "actions@github.com" | ||
| git config --global user.name "GitHub Actions" | ||
| git add dist | ||
| git commit -m "Update Dist" | ||
| git push |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,4 +3,6 @@ node_modules/ | |
|
|
||
| .npmrc | ||
|
|
||
| package-lock.json | ||
| package-lock.json | ||
|
|
||
| *.tgz | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.