Skip to content

Attempted Fix SLR Nil Error Pointer Line 174 #2723

Attempted Fix SLR Nil Error Pointer Line 174

Attempted Fix SLR Nil Error Pointer Line 174 #2723

Workflow file for this run

name: lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '12'
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Check code formatting using gofmt
uses: Jerome1337/[email protected]