Skip to content

feat: create incentives with all assets on registry #1093

feat: create incentives with all assets on registry

feat: create incentives with all assets on registry #1093

Workflow file for this run

# Based on https://github.com/actions-rs/example/blob/master/.github/workflows/quickstart.yml
on:
push:
branches: [main]
pull_request:
branches: [main]
name: Basic
jobs:
test_and_lint:
name: Test and lint code
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Use Node.js 18.16.1
uses: actions/setup-node@v3
with:
node-version: 18.16.1
- name: Install dependencies
run: yarn install
- run: yarn build
- run: yarn prettier
- run: yarn unimported
# - run: yarn test