Skip to content

ci: bump actions/github-script from 7 to 8 #158

ci: bump actions/github-script from 7 to 8

ci: bump actions/github-script from 7 to 8 #158

Workflow file for this run

---
name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
paths:
- '.dist/**'
- 'action.js'
- 'action.yml'
- 'package.json'
- 'package-lock.json'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: read
jobs:
test:
uses: ./.github/workflows/test_action.yml