Skip to content

fix: remove escape sequence char to remove warning #117

fix: remove escape sequence char to remove warning

fix: remove escape sequence char to remove warning #117

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: mfinelli/setup-shfmt@v3
- uses: open-turo/actions-gha/lint@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: script/test