Skip to content

Commit

Permalink
add test-lint GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedoublev committed Sep 16, 2024
1 parent 4234c84 commit e034e15
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'CI'

on:
pull_request:
branches:
- main
paths:
- 'e2e/**'

jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Run ShellCheck
uses: azohra/shell-linter@latest
with:
path: 'e2e'

0 comments on commit e034e15

Please sign in to comment.