Skip to content

App CheckのtokenをAPI使用時に取得するように変更 #412

App CheckのtokenをAPI使用時に取得するように変更

App CheckのtokenをAPI使用時に取得するように変更 #412

name: Lint Check for Root and src
on:
pull_request:
types: [opened, synchronize]
paths:
- "src/**"
jobs:
lint-check-root:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "18.x"
- name: Install dependencies
run: npm install
- name: Run Lint
run: npm run lint