fix: app_logs.rs to use single quotes for level serialization #40
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
name: CI for push | |
jobs: | |
build_and_test_ubuntu: | |
name: Build and test on Ubuntu | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build and test on ubuntu | |
uses: ./.github/build-and-test |