Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #28

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #28

Workflow file for this run

name: Format Code
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.20.6
- name: Format
run: make format
- name: Commit
uses: EndBug/add-and-commit@v9
with:
author_name: github-actions[bot]
author_email: github-actions[bot]@github.com
message: Auto-format commit via GitHub Actions
continue-on-error: true