Skip to content

Commit

Permalink
Merge pull request #21 from PelionIoT/upgrade-actions-remove-gitconfig
Browse files Browse the repository at this point in the history
Upgrade actions, remove .gitconfig
  • Loading branch information
JanneKiiskila authored Apr 4, 2024
2 parents 6beb9e2 + 1c8bd74 commit 050b896
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
run-pytest-pylint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pip install -r requirements.txt
- run: pip install -r dev-requirements.txt
- run: pip install --editable .
Expand All @@ -14,7 +14,7 @@ jobs:
run-pysh-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Install pyshcheck tooling
- run: sudo apt install pycodestyle pydocstyle black
# git instead of rules to use access token
Expand All @@ -23,4 +23,7 @@ jobs:
- run: git config --list
- run: git clone [email protected]:PelionIoT/scripts-internal.git
- run: echo "." >scripts-internal/.nopyshcheck
- run: scripts-internal/pysh-check/pysh-check.sh --workdir .
- run: scripts-internal/pysh-check/pysh-check.sh --workdir .
- name: Clean up .gitconfig
if: always()
run: rm -f ~/.gitconfig

0 comments on commit 050b896

Please sign in to comment.