Skip to content

Commit

Permalink
Comment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 20, 2024
1 parent 2969f8b commit 4ef9612
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
- name: Build the documentation
run: make doc

tests:
name: "🧪 Tests"
runs-on: tart
strategy:
matrix:
platform: [ios, tvos]
steps:
- name: Checkout code
uses: actions/checkout@v4
# tests:

Check warning on line 27 in .github/workflows/pull-request.yml

View workflow job for this annotation

GitHub Actions / 🔎 Check quality

27:3 [comments-indentation] comment not indented like content
# name: "🧪 Tests"
# runs-on: tart
# strategy:
# matrix:
# platform: [ios, tvos]
# steps:
# - name: Checkout code
# uses: actions/checkout@v4

- name: Run tests
run: make test-${{ matrix.platform }}
# - name: Run tests
# run: make test-${{ matrix.platform }}

0 comments on commit 4ef9612

Please sign in to comment.