Skip to content

Commit

Permalink
chore(ci): rename files to fit current naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovhanych committed May 20, 2024
1 parent 189b6ea commit 7fae0ed
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
pull_request:
paths:
- "**.sh"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
shellcheck:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 7fae0ed

Please sign in to comment.