Skip to content

Have .tool-versions contain bogus element #86

Have .tool-versions contain bogus element

Have .tool-versions contain bogus element #86

Workflow file for this run

---
name: Lint
"on": push
jobs:
build:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Create dist
run: |
npm install
npm run dist
- name: Check if build left artifacts
run: git diff --exit-code