Skip to content

build(deps): bump cryptography from 42.0.4 to 43.0.3 #43

build(deps): bump cryptography from 42.0.4 to 43.0.3

build(deps): bump cryptography from 42.0.4 to 43.0.3 #43

Workflow file for this run

name: "Prebuild checks"
on: [pull_request]
jobs:
style_check:
name: Style check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
install_url: 'https://releases.nixos.org/nix/nix-2.23.3/install'
name: "Run style check"
- run: nix-shell --run "poetry install"
- run: nix-shell --run "poetry run make style_check"
defs_check:
name: Defs check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
submodules: "recursive"
fetch-depth: 0
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
install_url: 'https://releases.nixos.org/nix/nix-2.23.3/install'
name: "Run defs check"
- run: nix-shell --run "poetry install"
- run: nix-shell --run "poetry run make defs_check"
gen_check:
name: Gen check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
submodules: "recursive"
fetch-depth: 0
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
install_url: 'https://releases.nixos.org/nix/nix-2.23.3/install'
name: "Run gen check"
- run: nix-shell --run "poetry install"
- run: nix-shell --run "poetry run make gen_check"