Add interop tests with google for X25519MLKEM768 and x25519_kyber768 #58
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check GitHub workflows | |
on: [pull_request, push, workflow_call] | |
jobs: | |
workflowcheck: | |
name: Check validity of GitHub workflows | |
runs-on: ubuntu-latest | |
container: openquantumsafe/ci-ubuntu-latest:latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4 | |
- name: Ensure GitHub actions are valid | |
run: actionlint -shellcheck "" # run *without* shellcheck |