Skip to content

Commit

Permalink
Test permission
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Oct 23, 2024
1 parent b8e9be2 commit 3ec9777
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-unckan-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Flake8
run: |
ls -la
cd ckanext-unckan
ls -la
pip install flake8
flake8 . \
--count \
Expand Down

0 comments on commit 3ec9777

Please sign in to comment.