Skip to content

Change bundle verification test to not depend on signing #253

Change bundle verification test to not depend on signing

Change bundle verification test to not depend on signing #253

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: lint
run: make lint