Skip to content

Commit

Permalink
chore(angular): sync angular components commits in github issue (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB authored Jan 19, 2022
1 parent b600c22 commit 3b8f0af
Show file tree
Hide file tree
Showing 5 changed files with 1,007 additions and 5 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/angular-components-sync-workflow.yml
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"marked": "^2.0.3",
"minimist": "^1.2.2",
"npm-run-all": "^4.1.5",
"octokit": "^1.7.1",
"prettier": "2.5.1",
"protractor": "~7.0.0",
"requirejs": "2.3.6",
Expand Down
Loading

0 comments on commit 3b8f0af

Please sign in to comment.