Skip to content

Commit

Permalink
Add linting job
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Aug 3, 2023
1 parent 1880f66 commit 8dfe320
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ jobs:
- name: Run linter
run: bundle exec rubocop lib/ spec/

yaml-lint:
name: Yaml linting check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Yaml lint check
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml

smoke-test:
name: smoke-test
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 8dfe320

Please sign in to comment.