Skip to content

Commit

Permalink
update prepare.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 19, 2023
1 parent 9a5d33c commit 07ffea7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@ name: prepare

on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
main:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Clone repository
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.19"
go-version: stable

- name: Verify code formatting
run: |
Expand Down

0 comments on commit 07ffea7

Please sign in to comment.