Skip to content

update find-links function #86

update find-links function

update find-links function #86

Workflow file for this run

name: 'Build and lint'
on:
push:
branches:
- ayush/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: node_modules
key: node-${{ hashFiles('yarn.lock') }}
- uses: actions/cache@v3
with:
path: ~/.m2
key: maven-${{ hashFiles('shadow-cljs.edn') }}
- run: yarn
- run: yarn lint
- run: yarn test
- name: wrike-ist
env:
WRIKE_TOKEN: ${{ secrets.WRIKE_TOKEN }}
AZURE_TOKEN: ${{ secrets.AZURE_TOKEN }}
uses: ./
with:
opened: "In review"