-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(angular): sync angular components commits in github issue (#1054)
- Loading branch information
1 parent
b600c22
commit 3b8f0af
Showing
5 changed files
with
1,007 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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,23 @@ | ||
name: Angular Components Sync | ||
on: | ||
schedule: | ||
# * is a special character in YAML so you have to quote this string | ||
- cron: '0 7 * * *' | ||
|
||
jobs: | ||
update-issue: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Shallow checkout | ||
uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 1 | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: 16 | ||
|
||
- name: "Yarn: Install global dependencies" | ||
run: yarn global add typescript ts-node | ||
|
||
- name: "Execute Angular Components Sync" | ||
run: ts-node scripts/angular-components-sync.ts |
This file contains 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
Oops, something went wrong.