Skip to content

deps: update publicsuffix-go for 2025-01-28T19:19:29 UTC (#398) #3469

deps: update publicsuffix-go for 2025-01-28T19:19:29 UTC (#398)

deps: update publicsuffix-go for 2025-01-28T19:19:29 UTC (#398) #3469

Workflow file for this run

name: Gofmt
on:
push:
pull_request:
schedule:
# Run every 12 hours, at the 15 minute mark. E.g.
# 2020-11-29 00:15:00 UTC, 2020-11-29 12:15:00 UTC, 2020-11-30 00:15:00 UTC
- cron: '15 */12 * * *'
jobs:
build:
name: Gofmt check
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Check gofmt
uses: Jerome1337/[email protected]
with:
gofmt-path: './'
gofmt-flags: -l -s