Skip to content

feat(require('tomlua.env')): add a useful utility for the cli command #435

feat(require('tomlua.env')): add a useful utility for the cli command

feat(require('tomlua.env')): add a useful utility for the cli command #435

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Run checks
run: nix flake check -Lvv --log-format bar-with-logs