Skip to content

chore(deps): bump word-wrap from 1.2.3 to 1.2.5 #12

chore(deps): bump word-wrap from 1.2.3 to 1.2.5

chore(deps): bump word-wrap from 1.2.3 to 1.2.5 #12

Workflow file for this run

name: release
on:
push:
branches:
- master
paths-ignore:
- '*.md'
jobs:
release:
if: github.repository == 'jsaguet/eslint-plugin-clean-codestyle'
timeout-minutes: 5
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: install
run: yarn
- name: test
run: yarn test
- name: build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release