Skip to content

feat: add convert_decimals method to the IFxBridgeLogic (#265) #45

feat: add convert_decimals method to the IFxBridgeLogic (#265)

feat: add convert_decimals method to the IFxBridgeLogic (#265) #45

Workflow file for this run

name: Solhint
on:
push:
paths:
- "solidity/contracts/**"
pull_request:
paths:
- "solidity/contracts/**"
permissions:
contents: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
solhint:
name: runner solhint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
check-latest: false
cache: "yarn"
cache-dependency-path: solidity/yarn.lock
- run: cd solidity && yarn install && yarn lint:sol