Skip to content

Deploy to Celo chain #946

Deploy to Celo chain

Deploy to Celo chain #946

Workflow file for this run

name: lint
on: push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup-node
uses: actions/setup-node@v1
with:
node-version: "16.x"
- name: webfactory/ssh-agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PRIVATE_SSH }}
- name: install
run: npm ci
- name: build
run: npm run compile
- name: lint
run: npm run lint