Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #96

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #96

Workflow file for this run

name: Test
on: [pull_request]
jobs:
lint:
name: Statics
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm test
changelog:
name: Changelog
if: contains(github.head_ref, 'dependabot') != true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./ # Uses an action in the root directory
with:
token: ${{github.token}}