Skip to content

Add image base64 helpers #2331

Add image base64 helpers

Add image base64 helpers #2331

Workflow file for this run

name: Github Actions
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: treeform/setup-nim-action@v6
- name: Install dependencies
shell: bash
run: |
cd ..
nimby install -g pixie/pixie.nimble
- run: nim r tests/tests.nim