Skip to content

Bump form-data from 3.0.1 to 3.0.4 #41

Bump form-data from 3.0.1 to 3.0.4

Bump form-data from 3.0.1 to 3.0.4 #41

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test
- name: Publish to coveralls.io
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ github.token }}