Skip to content

Bump eslint-plugin-github from 4.10.2 to 5.0.2 #299

Bump eslint-plugin-github from 4.10.2 to 5.0.2

Bump eslint-plugin-github from 4.10.2 to 5.0.2 #299

Workflow file for this run

name: 'build-test'
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-build-test
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
yarn install
- run: |
yarn all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test bump version
uses: ./
with:
incrementLevel: patch
source: tags
prefix: ""