Skip to content

chore(deps): bump toshimaru/auto-author-assign from 2.1.0 to 2.1.1 #351

chore(deps): bump toshimaru/auto-author-assign from 2.1.0 to 2.1.1

chore(deps): bump toshimaru/auto-author-assign from 2.1.0 to 2.1.1 #351

Workflow file for this run

name: Build & Test
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main
- releases/*
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node 16
uses: actions/setup-node@v4
with:
node-version: 16.x
- run: npm install
- run: npm run build
- run: npm test