Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ansi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./ansi
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cellbuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./cellbuf
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/charmtone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./exp/charmtone
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./colors
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conpty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./conpty
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./editor
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./errors
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/etag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./etag
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./examples
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version: stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gitignore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./gitignore
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./exp/golden
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/higherorder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./exp/higherorder
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/input-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run:
working-directory: ./input
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: ./input/go.mod
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./input
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./json
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./exp/maps
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mosaic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./mosaic
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./exp/open
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ordered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./exp/ordered
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./pony
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/powernap-update-lsp-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run:
working-directory: ./powernap
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/powernap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./powernap
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
lfs: true
- uses: actions/setup-go@v6
Expand All @@ -31,7 +31,7 @@ jobs:
- run: go build -v ./...
- run: |
go test -race -covermode=atomic -coverprofile='coverage.txt' ./...
- uses: codecov/codecov-action@v6
- uses: codecov/codecov-action@v7
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
Loading
Loading