We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3298895 commit 3578ba5Copy full SHA for 3578ba5
config.yml
@@ -56,7 +56,7 @@ steps:
56
link: '%actions.setup_pr.data.html_url%'
57
actions:
58
- type: getFileContents
59
- filename: "./lib/js/src/model.bs.js"
+ filename: ./lib/js/src/model.bs.js
60
action_id: index_bs_js
61
- type: gate
62
left: '/Generated by BUCKLESCRIPT/'
@@ -71,7 +71,7 @@ steps:
71
72
73
74
- filename: "./bundle/index.js"
+ filename: ./bundle/index.js
75
action_id: bundle_index_js
76
77
left: '/fastpack/gm'
0 commit comments