Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

CORTX-30785: Fixing the Alex bug #242

Merged
merged 2 commits into from
May 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/alex_reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: "Enable the permissions"
run: |
sudo chown -R root:root $GITHUB_WORKSPACE

- uses: Seagate/action-alex@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down