mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Feature/ignore node modules (#166)
* Ignore Node files that should not be tracked The list can be fetched by `gibo dump node`. * Untrack node_modules/@actions * Cache node_modules * Don't add node_modules ins Bash scripts * Use ncc to pack dependencies * Change final product path Remove & ignore previous one (lib/main.js{,.map}) * Disable PR check using author's key Author's key is not passed to PR builds (#164) * update settings * update CHANGELOG * update build.yml Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
This commit is contained in:
parent
47a775a015
commit
a988908393
25 changed files with 1068 additions and 1238 deletions
1
.github/workflows/verify-on-macos-1015.yml
vendored
1
.github/workflows/verify-on-macos-1015.yml
vendored
|
@ -4,7 +4,6 @@ name: macOS Catalina
|
|||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
ssh:
|
||||
|
|
1
.github/workflows/verify-on-ubuntu-1604.yml
vendored
1
.github/workflows/verify-on-ubuntu-1604.yml
vendored
|
@ -4,7 +4,6 @@ name: Ubuntu 16.04
|
|||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
ssh:
|
||||
|
|
1
.github/workflows/verify-on-ubuntu-1804.yml
vendored
1
.github/workflows/verify-on-ubuntu-1804.yml
vendored
|
@ -4,7 +4,6 @@ name: Ubuntu 18.04
|
|||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
ssh:
|
||||
|
|
1
.github/workflows/verify-on-ubuntu-2004.yml
vendored
1
.github/workflows/verify-on-ubuntu-2004.yml
vendored
|
@ -4,7 +4,6 @@ name: Ubuntu 20.04
|
|||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
ssh:
|
||||
|
|
|
@ -4,7 +4,6 @@ name: Windows Server 2019
|
|||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
ssh:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue