Skip to content

Bump golang.org/x/net from 0.1.0 to 0.7.0 in /functions/search (#91) #331

Bump golang.org/x/net from 0.1.0 to 0.7.0 in /functions/search (#91)

Bump golang.org/x/net from 0.1.0 to 0.7.0 in /functions/search (#91) #331

Workflow file for this run

on: [push]
name: Test
jobs:
lint:
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
dir:
- "functions/search"
- "functions/spotify-rss"
- "functions/packages/config"
steps:
- uses: actions/checkout@v3
- name: Lint
run: pushd "${{ matrix.dir }}"; if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi