Skip to content

Commit 85985b9

Browse files
Experiment: do NOT merge.
Run Docker in rootless mode to see if it addresses permission errors.
1 parent caf8dea commit 85985b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-mega-linter-runner.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/[email protected]
2323
with:
2424
node-version: "12"
25+
- name: Use Docker in rootless mode.
26+
uses: ScribeMD/[email protected]
2527
- name: Install dependencies
2628
run: cd mega-linter-runner && yarn install --frozen-lockfile && npm link
2729
- name: Run tests

0 commit comments

Comments
 (0)