Compare commits

...

5 Commits

Author SHA1 Message Date
HimbeerserverDE 16c5076b7d
Delete mod_tidier.yml 2022-05-15 15:04:31 +02:00
HimbeerserverDE 81942a6d59
Update gofmt.yml 2022-05-15 14:53:20 +02:00
HimbeerserverDE edbe691bcd
Rename main.yml to mod_tidier.yml 2022-05-15 14:52:56 +02:00
HimbeerserverDE 4230b86287
Create main.yml 2022-05-15 14:52:30 +02:00
HimbeerserverDE 1d9f4db31c
Delete proxy.yml 2022-05-15 14:23:45 +02:00
2 changed files with 1 additions and 22 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ main ]
jobs:
build:
format:
runs-on: ubuntu-latest
steps:
- name: Check code formatting using gofmt

View File

@ -1,21 +0,0 @@
name: Go proxy warming
on:
# Only until I start using tags
push:
branches: [ main ]
release:
types:
- created
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '**/v[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
jobs:
build:
name: Go proxy warming
runs-on: ubuntu-latest
steps:
- name: Pull new module version
uses: andrewslotin/go-proxy-pull-action@master