Skip to content

Commit

Permalink
chore: update repository templates to ory/meta@d3f8710
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 2, 2022
1 parent 8c33230 commit 9ac0027
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/format.yml

name: Format

on:
pull_request:
push:

jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
- run: make format
- name: Indicate formatting issues
run: git diff HEAD --exit-code --color

0 comments on commit 9ac0027

Please sign in to comment.