Skip to content

Commit

Permalink
github: Make lint workflow to run on ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Aug 4, 2024
1 parent 83fb589 commit 679150f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on: # yamllint disable-line rule:truthy
- pull_request
jobs:
ShellCheck:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out ${{ github.repository }}:${{ github.ref_name }}
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0
yamllint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out ${{ github.repository }}:${{ github.ref_name }}
uses: actions/checkout@v3
Expand Down

0 comments on commit 679150f

Please sign in to comment.