Skip to content

Commit

Permalink
changes in GH
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Apr 5, 2024
1 parent b0ab397 commit 3409550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting_and_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: echo "Repository -> ${{ github.repository }}"
- run: echo "Branch -> ${{ github.ref }}"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
genbadge flake8 --name "Flake8" --input-file ./reports/flake8/flake8stats.txt --output-file ./reports/flake8/flake8badge.svg
- name: Checkout biobb_common
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: bioexcel/biobb_common
path: './biobb_common'
Expand Down

0 comments on commit 3409550

Please sign in to comment.