Skip to content

Golang file system (fs.FS) abstraction tailored for AWS S3 #50

Golang file system (fs.FS) abstraction tailored for AWS S3

Golang file system (fs.FS) abstraction tailored for AWS S3 #50

Workflow file for this run

##
## Quality checks
##
name: check
on:
pull_request:
types:
- opened
- synchronize
jobs:
code:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- uses: actions/checkout@v4.1.1
- uses: dominikh/staticcheck-action@v1.3.0
with:
install-go: false