Skip to content

Update module github.com/pkg/sftp to v1.13.7 #2265

Update module github.com/pkg/sftp to v1.13.7

Update module github.com/pkg/sftp to v1.13.7 #2265

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Install npm modules
run: |
cd public && npm ci && npm run eslint && npm run bundle
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Test
run: |
go test ./... -coverprofile=profile.cov
- uses: shogo82148/[email protected]
with:
path-to-profile: profile.cov