这是indexloc提供的服务,不要输入任何密码
Skip to content

chore(deps): bump form-data from 2.5.3 to 2.5.5 in /functions #35

chore(deps): bump form-data from 2.5.3 to 2.5.5 in /functions

chore(deps): bump form-data from 2.5.3 to 2.5.5 in /functions #35

Workflow file for this run

name: functions
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths:
- "functions/**"
- ".github/workflows/functions.yaml"
branches:
- main
defaults:
run:
working-directory: functions
jobs:
build:
runs-on: ubuntu-latest
name: Build and test functions
steps:
- name: Checkout Repo
uses: actions/checkout@main
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- run: npm run lint
- run: npm test