Skip to content

Bump stylelint from 13.6.1 to 15.10.1 #262

Bump stylelint from 13.6.1 to 15.10.1

Bump stylelint from 13.6.1 to 15.10.1 #262

Workflow file for this run

# # This is a basic workflow to help you get started with Actions
# name: TODO's to issues
# # Controls when the action will run. Triggers the workflow on push or pull request
# # events but only for the master branch
# on: [push]
# # A workflow run is made up of one or more jobs that can run sequentially or in parallel
# jobs:
# build:
# runs-on: "ubuntu-latest"
# steps:
# - uses: "actions/checkout@master"
# - name: "TODO to Issue"
# uses: "alstr/todo-to-issue-action@master"
# with:
# REPO: ${{ github.repository }}
# BEFORE: ${{ github.event.before }}
# SHA: ${{ github.sha }}
# TOKEN: ${{ secrets.GITHUB_TOKEN }}
# LABEL: "@todo"
# COMMENT_MARKER: "@"
# id: "todo"