Skip to content

chore(deps): bump github.com/sylabs/sif/v2 from 2.14.0 to 2.14.1 #31

chore(deps): bump github.com/sylabs/sif/v2 from 2.14.0 to 2.14.1

chore(deps): bump github.com/sylabs/sif/v2 from 2.14.0 to 2.14.1 #31

Workflow file for this run

name: Style
on:
pull_request:
branches: ['main']
jobs:
lint-markdown:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo npm install -g markdownlint-cli
- run: markdownlint .
lint-source:
name: Lint Source
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54