Skip to content

Commit

Permalink
Necessary updating step
Browse files Browse the repository at this point in the history
I've put it back
  • Loading branch information
B0r1sD authored Jul 17, 2024
1 parent fc1de45 commit 5ffd848
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/update-trusted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,22 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Clone usegalaxy-eu-tools repository
uses: actions/checkout@v4
with:
repository: usegalaxy-eu/usegalaxy-eu-tools
path: usegalaxy-eu-tools
ref: master
- name: Update tools_iuc.yaml from tools_iuc_eu.yaml
run: |
python3 process_yaml.py --merge_yaml --base_file tools_iuc.yaml --tools_yaml ${GITHUB_WORKSPACE}/usegalaxy-eu-tools/tools_iuc.yaml --out_file tools_iuc.yaml
- name: Deleting usegalaxy-eu-tools repository
run: rm -r usegalaxy-eu-tools
- name: Perform linting
run: |
# Update the trusted tools.
make fix -j $(nproc)
make lint -j $(nproc)
# make lint -j $(nproc)
make update_trusted -j $(nproc)
- name: Show differences
run: "git diff --stat"
Expand Down

0 comments on commit 5ffd848

Please sign in to comment.