Skip to content

feat: add staking exit decoding #385

feat: add staking exit decoding

feat: add staking exit decoding #385

Workflow file for this run

name: 'Lint'
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn install
- name: Run lint
run: npm run lint:report
continue-on-error: true
- name: Annotate code with linting results
uses: ataylorme/eslint-annotate-action@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
report-json: "eslint_report.json"