Skip to content

Uncommenting wasm, java as they work #18

Uncommenting wasm, java as they work

Uncommenting wasm, java as they work #18

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.x'
- name: Lint with golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60