Skip to content

Typo fixed in missing max-age directive (#142) #33

Typo fixed in missing max-age directive (#142)

Typo fixed in missing max-age directive (#142) #33

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '^1.23.0'
- uses: actions/checkout@v3
- run: make lint
- run: make build
- run: make test