File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,23 +29,23 @@ jobs:
29
29
- name : Checkout "refined-github"
30
30
uses : actions/checkout@v4
31
31
with :
32
- repository : sindresorhus /refined-github
32
+ repository : refined-github /refined-github
33
33
ref : f462a67be700d790d5e4ea988479e0883d585e7d
34
- path : ./sindresorhus /refined-github
34
+ path : ./refined-github /refined-github
35
35
- name : Install dependencies
36
36
run : npm ci
37
- working-directory : ./sindresorhus /refined-github
37
+ working-directory : ./refined-github /refined-github
38
38
- name : Link package
39
39
run : |
40
40
cd ./g-plane/typed-query-selector
41
41
sudo npm link
42
- cd ../../sindresorhus /refined-github
42
+ cd ../../refined-github /refined-github
43
43
npm link typed-query-selector
44
44
- name : Execute in non-strict mode
45
45
run : node node_modules/.bin/tsc --noEmit --extendedDiagnostics
46
- working-directory : ./sindresorhus /refined-github
46
+ working-directory : ./refined-github /refined-github
47
47
- name : Execute in strict mode
48
48
run : |
49
49
sed -i "s/typed-query-selector/typed-query-selector\/strict/" source/refined-github.ts
50
50
node node_modules/.bin/tsc --noEmit --extendedDiagnostics
51
- working-directory : ./sindresorhus /refined-github
51
+ working-directory : ./refined-github /refined-github
You can’t perform that action at this time.
0 commit comments