Skip to content

Have .tool-versions contain bogus element (#16) #88

Have .tool-versions contain bogus element (#16)

Have .tool-versions contain bogus element (#16) #88

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