Skip to content

current update is saved when new log is created #68

current update is saved when new log is created

current update is saved when new log is created #68

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: bun run test
- run: bun run build