Skip to content

fix: expiration in contract is now mandatory #89

fix: expiration in contract is now mandatory

fix: expiration in contract is now mandatory #89

Workflow file for this run

name: frontend
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: yarn --ignore-scripts
shell: bash
working-directory: ./src/ekoke_erc20_swap_frontend
- name: prettier
run: yarn prettier:check
working-directory: ./src/ekoke_erc20_swap_frontend
- name: lint
run: yarn lint
working-directory: ./src/ekoke_erc20_swap_frontend
- name: build
run: yarn build
working-directory: ./src/ekoke_erc20_swap_frontend