style: format code and add consistent string quotes in img-file.ts #6129
Workflow file for this run
This file contains hidden or 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
name: '@fireproof/core' | |
on: | |
push: | |
branches: | |
- main | |
- 'mabels/**' | |
- 'jchris/**' | |
paths-ignore: | |
- 'dashboard/**/*' | |
# pull_request_target: | |
# types: [opened, synchronize, reopened] | |
# branches: [main] | |
jobs: | |
compile_test: | |
runs-on: ubuntu-latest | |
name: ci compile | |
environment: | |
name: external-pr | |
if: "!contains(github.event.head_commit.message, '[skip ci]')" | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./actions/base |