Skip to content

Bump cryptography from 42.0.2 to 42.0.4 (#98) #241

Bump cryptography from 42.0.2 to 42.0.4 (#98)

Bump cryptography from 42.0.2 to 42.0.4 (#98) #241

# SPDX-FileCopyrightText: 2021 Sequent Tech Inc <[email protected]>
#
# SPDX-License-Identifier: AGPL-3.0-only
name: Static Analysis
on:
push:
branches:
- master
- '[0-9]+.[0-9]+.x'
tags:
- '**'
pull_request:
branches:
- master
- '[0-9]+.[0-9]+.x'
jobs:
reuse:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Check REUSE Compliance
run: |
pip install --user reuse
~/.local/bin/reuse lint