Skip to content

Bump eslint-plugin-unicorn from 51.0.1 to 56.0.1 #826

Bump eslint-plugin-unicorn from 51.0.1 to 56.0.1

Bump eslint-plugin-unicorn from 51.0.1 to 56.0.1 #826

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- 'main'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
permissions: write-all
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
- name: Run tests
run : |
yarn install
yarn test
env:
GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
- name: Dump context
uses: crazy-max/[email protected]