Skip to content

feat(std): rename operators/reducers ports nameing from acc/el to lef… #618

feat(std): rename operators/reducers ports nameing from acc/el to lef…

feat(std): rename operators/reducers ports nameing from acc/el to lef… #618

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
only-new-issues: true