Skip to content

increase github actions strictness #47

increase github actions strictness

increase github actions strictness #47

Workflow file for this run

name: Package
on:
push:
branches:
- "master"
pull_request:
permissions: {}
jobs:
version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
with:
persist-credentials: false
- name: Use Node.js
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
with:
python-version: "3.10"
- name: Check versions match
run: ./s/check-version