Skip to content

minor: added some log output for HereSphere file deletes (#1473) #114

minor: added some log output for HereSphere file deletes (#1473)

minor: added some log output for HereSphere file deletes (#1473) #114

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@v4
with:
go-version: 1.19.x
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '12'
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Check code formatting using gofmt
uses: Jerome1337/[email protected]