cloudflare/pint

Public

mirrored from https://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.83.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/workflows/goreleaser.yml

25lines · modecode

1name: Check goreleaser config
2
3on:
4 push:
5 branches:
6 - main
7 pull_request:
8 branches:
9 - main
10
11permissions: read-all
12
13jobs:
14 goreleaser-config:
15 runs-on: ubuntu-latest
16 steps:
17 - name: Check out code
18 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19 with:
20 show-progress: false
21
22 - name: Check config
23 uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
24 with:
25 args: check -f .goreleaser.yml