Skip to content

refactor: use renderingToken instead of secureId #36

refactor: use renderingToken instead of secureId

refactor: use renderingToken instead of secureId #36

Workflow file for this run

name: Formatting Checker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
checker:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: ruff
run: |
pip install ruff
ruff check --verbose