Skip to content

chore: refactor wallet-adapter-react to modular files and simplify interfaces #130

chore: refactor wallet-adapter-react to modular files and simplify interfaces

chore: refactor wallet-adapter-react to modular files and simplify interfaces #130

Workflow file for this run

name: Test Badge
permissions:
contents: write
on:
push:
branches:
- master
- feature/badge-new
pull_request:
branches:
- master
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
package: [utils, base, react]
steps:
- name: Run frontend CI
uses: AElfProject/[email protected]
with:
commit-token: ${{ secrets.COMMIT_TOKEN }}
branch-name: "feature/badge-json"
is-monorepo: true
package: ${{ matrix.package }}