Skip to content

feat: notify price changes #35

feat: notify price changes

feat: notify price changes #35

name: "History Check code"
on:
pull_request:
branches: [ main ]
paths:
- "Makefile"
- "*.json"
- "history/**"
jobs:
check-code:
name: Check Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install
- name: Run check code
run: make history-check-code