Skip to content

Bump @actions/core from 1.10.0 to 1.10.1 #86

Bump @actions/core from 1.10.0 to 1.10.1

Bump @actions/core from 1.10.0 to 1.10.1 #86

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
jobs:
checkDist:
name: CheckDist
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check if generated code is correct
uses: actions/[email protected]
with:
node-version: "16"
- run: mv dist/index.js dist/index.js.new
- run: npm ci
- run: npm run build
- run: diff dist/index.js dist/index.js.new