Skip to content

chore: update npmrc bump option #32

chore: update npmrc bump option

chore: update npmrc bump option #32

Workflow file for this run

name: check status
on:
workflow_dispatch:
push:
branches: ["main"]
permissions: {}
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
CI: true
TZ: Asia/Tokyo
jobs:
shellcheck:
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Download actionlint
id: download-actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
- name: Eexcute actionlint
run: ${{ steps.download-actionlint.outputs.executable }} -color