Skip to content

chore(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.21 #630

chore(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.21

chore(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.21 #630

Workflow file for this run

name: test
on:
pull_request:
branches:
- "**"
push:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
test:
timeout-minutes: 10
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
if: "matrix.os == 'windows-latest'"
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: setup go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- name: test
run: go test -coverprofile coverage.out -covermode atomic ./...
- name: Send coverage
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0