Skip to content

fix(nix): rename tools to features in codex config (RIP tools) #182

fix(nix): rename tools to features in codex config (RIP tools)

fix(nix): rename tools to features in codex config (RIP tools) #182

Workflow file for this run

on:
push
name: make test
jobs:
test:
name: make test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test
run: make test
shell: bash