Skip to content

Commit

Permalink
chore: fix gihub workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
merrycoder committed Mar 4, 2025
1 parent febad4b commit 5d76c25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:

jobs:
build:

name: .NET validator
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ['5.0.x']
dotnet-version: ['8.0.x']

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node validator
name: Linting validator

on:
pull_request:
Expand All @@ -9,6 +9,7 @@ on:

jobs:
build:
name: Linting validator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
build:
name: PHP validator
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 5d76c25

Please sign in to comment.