Skip to content

update context logger #167

update context logger

update context logger #167

Workflow file for this run

name: "Run linter"
on:
pull_request:
branches: [ master, main ]
push:
branches: [ master, main ]
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Lint Code Base
uses: golangci/golangci-lint-action@v4