Skip to content

Commit

Permalink
(actions) cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Aug 14, 2022
1 parent 365f638 commit 479e6dc
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- name: get node version
run: |
node --version; npm --version; which -a node; echo $PATH
- name: ls -alF /github
run: |
ls -alF /github
- name: ls -alF /github/home
run: |
ls -alF /github/home
- name: ls -alF /github/workflow
run: |
ls -alF /github/workflow
- name: Own /github
- name: Own /github/home
run: |
chown -hR $(whoami):$(whoami) /github/home
- name: ls -alF /github2
Expand Down

0 comments on commit 479e6dc

Please sign in to comment.