Skip to content

Commit

Permalink
Remove "if's"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Sep 16, 2024
1 parent 5203ccf commit f2c10e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,16 @@ jobs:
java --version
javac --version
- name: Install Dart
if: ${{ matrix.language == 'Dart' }}
uses: dart-lang/setup-dart@v1
- name: Test Dart
if: ${{ matrix.language == 'Dart' }}
run: |
dart --version
- name: Install Go
if: ${{ matrix.language == 'Go' }}
uses: actions/setup-go@v5
with:
go-version: '^1.21.0'
cache: false
- name: Test Go
if: ${{ matrix.language == 'Go' }}
run: |
go version
- name: Install Python
Expand Down

0 comments on commit f2c10e5

Please sign in to comment.