Skip to content

Commit

Permalink
style: yamllint format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Jun 28, 2024
1 parent 85d27ab commit bb6c8ff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Code analysis
on:
"on":
pull_request:
types: [opened, ready_for_review, synchronize]
types:
- opened
- ready_for_review
- synchronize
jobs:
Linting:
if: ${{ github.event.pull_request.draft == false }}
if: ${{ github.event.pull_request.draft }}
runs-on: ubuntu-20.04
steps:
- name: Download files
Expand Down

0 comments on commit bb6c8ff

Please sign in to comment.