Skip to content

feat: GitHub workflow Codespell (#256) #5

feat: GitHub workflow Codespell (#256)

feat: GitHub workflow Codespell (#256) #5

Workflow file for this run

name: E2E
on:
push:
branches:
- 'main'
paths:
- '**.go'
jobs:
e2e:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Run tests
run: |
make e2e