Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Merge pull request #60 from factchain/finaline_note_with_heroku_sched… #27

Merge pull request #60 from factchain/finaline_note_with_heroku_sched…

Merge pull request #60 from factchain/finaline_note_with_heroku_sched… #27

name: Extension Code Checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths: [ fc-community-extension/** ]
jobs:
code-checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./fc-community-extension
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn
- name: Run checks
run: yarn ci