Skip to content

FEA : Applied various improvements and enhancements to the Pong game #27

FEA : Applied various improvements and enhancements to the Pong game

FEA : Applied various improvements and enhancements to the Pong game #27

Workflow file for this run

name: PonGo-Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3