Skip to content

Commit

Permalink
Fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Jan 21, 2025
1 parent 9ea3668 commit 08a462b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 154 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/conventional-pr.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/deploy.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/docs.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/noora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: "Release build on ${{ matrix.os }}"
strategy:
matrix:
os: [ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md, ghcr.io/cirruslabs/macos-runner:sonoma]
os: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md", "ghcr.io/cirruslabs/macos-runner:sonoma"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
name: "Test on ${{ matrix.os }}"
strategy:
matrix:
os: [ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md, ghcr.io/cirruslabs/macos-runner:sonoma]
os: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md", "ghcr.io/cirruslabs/macos-runner:sonoma"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
85 changes: 0 additions & 85 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 08a462b

Please sign in to comment.