Skip to content

feat(gencode): add bpchar (character) type support #14

feat(gencode): add bpchar (character) type support

feat(gencode): add bpchar (character) type support #14

Workflow file for this run

name: "Check Codebase"
on:
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Codebase"
uses: "actions/checkout@v4"
- name: "Install nix"
uses: "cachix/install-nix-action@v27"
with:
nix_path: "nixpkgs=channel:nixos-24.05"
- name: "Use magic Nix cache"
uses: "DeterminateSystems/magic-nix-cache-action@v6"
- name: "Check Application"
run: |
nix-shell --pure --run "dev-test-build"