Skip to content

Bump eslint-plugin-import from 2.27.5 to 2.29.1 #191

Bump eslint-plugin-import from 2.27.5 to 2.29.1

Bump eslint-plugin-import from 2.27.5 to 2.29.1 #191

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- 'main'
jobs:
Test:
name: OS ${{ matrix.os }} + node ${{ matrix.node }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [14, 16, 18]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Sanity testing of the action
id: generate_release_tag
uses: ./
with:
tag_prefix: 'v'
tag_template: 'yy.mm.i'
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Manually check release tag
run: echo "${{ steps.generate_release_tag.outputs.next_release_tag }}"