Skip to content

chore(deps): update actions/checkout digest to a5ac7e5 #21

chore(deps): update actions/checkout digest to a5ac7e5

chore(deps): update actions/checkout digest to a5ac7e5 #21

Workflow file for this run

name: CI
on: [push]
jobs:
function_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- run: sudo apt install bats
- run: cd tests && ./get_bats_libs.sh
- run: |
export PATH=$PWD/bin:$PATH
export TERM=dumb
./tests/function_check.bats