Skip to content

add function for RPC calls #56

add function for RPC calls

add function for RPC calls #56

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
superlinter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
fetch-depth: 0
- name: Run super-linter
uses: super-linter/super-linter/[email protected]
env:
DEFAULT_BRANCH: main
RUN_LOCAL: "true"
DEFAULT_WORKSPACE: $CI_PROJECT_DIR
LINTER_RULES_PATH: .github/config
CLANG_FORMAT_FILE_NAME: ../../.clang-format
VALIDATE_CLANG_FORMAT: true
VALIDATE_MARKDOWN: true