Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Build

Build #3172

Workflow file for this run

name: Build
on:
schedule:
- cron: '0 1 * * *'
push:
branches:
- github-actions
- main
- "8.*"
- "9.*"
pull_request:
branches:
- main
- "8.*"
- "9.*"
env:
GITHUB_ACTIONS: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: { fetch-depth: 1 }
- uses: actions/setup-go@v2.1.3
with: { go-version: '1.x' }
- run: go version
- run: make lint
Morty Proxy This is a proxified and sanitized view of the page, visit original site.