Skip to content

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#24) #100

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#24)

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#24) #100

Workflow file for this run

name: "Validations"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
env:
FORCE_COLOR: true
jobs:
Validations:
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
name: "Validations"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Bootstrap environment
uses: ./.github/actions/bootstrap
- name: Run all validations
run: make pr-validations
WindowsValidations:
name: "Windows units"
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- name: install make
run: "choco install make"
- name: run units
run: "make unit"