Skip to content

Restyle Add CI

Restyle Add CI #13

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bats-core/[email protected]
with:
support-path: /usr/lib/bats/bats-support
assert-path: /usr/lib/bats/bats-assert
- run: bats --recursive tests
env:
GH_TOKEN: ${{ github.token }}