Skip to content

Commit

Permalink
Merge branch 'master' into feat/audit-workflow-split-apart
Browse files Browse the repository at this point in the history
  • Loading branch information
tchalvak authored Feb 28, 2023
2 parents 3c14365 + 65ccd0c commit 7c8bbf7
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 6 deletions.
25 changes: 25 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: v1.0
name: Initial Pipeline
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Setup
task:
jobs:
- name: Install and Cache
commands:
- checkout
- cache restore
- yarn install
- cache store
- name: Test
task:
jobs:
- name: test and build
commands:
- checkout
- cache restore
- yarn install
- '# yarn test'
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"karma-jasmine": "^5.1.0",
"karma-requirejs": "^1.1.0",
"karma-sinon": "^1.0.5",
"prettier": "2.8.3",
"prettier": "2.8.4",
"puppeteer": "^17.1.3",
"requirejs": "^2.3.6",
"sinon": "^15.0.1"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2644,7 +2644,7 @@ __metadata:
karma-jasmine: ^5.1.0
karma-requirejs: ^1.1.0
karma-sinon: ^1.0.5
prettier: 2.8.3
prettier: 2.8.4
puppeteer: ^17.1.3
requirejs: ^2.3.6
sinon: ^15.0.1
Expand Down Expand Up @@ -2990,12 +2990,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.8.3":
version: 2.8.3
resolution: "prettier@npm:2.8.3"
"prettier@npm:2.8.4":
version: 2.8.4
resolution: "prettier@npm:2.8.4"
bin:
prettier: bin-prettier.js
checksum: 92f2ceb522d454370e02082aa74ad27388672f7cee8975028b59517c069fe643bdc73e322675c8faf2ff173d7a626d1a6389f26b474000308e793aa25fff46e5
checksum: c173064bf3df57b6d93d19aa98753b9b9dd7657212e33b41ada8e2e9f9884066bb9ca0b4005b89b3ab137efffdf8fbe0b462785aba20364798ff4303aadda57e
languageName: node
linkType: hard

Expand Down

0 comments on commit 7c8bbf7

Please sign in to comment.