Skip to content

Bump typescript-eslint from 7.5.0 to 7.8.0 #185

Bump typescript-eslint from 7.5.0 to 7.8.0

Bump typescript-eslint from 7.5.0 to 7.8.0 #185

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- name: assert there is no change after build
run: |
cp {dist,/tmp}/index.js
npm run build
diff {dist,/tmp}/index.js
- run: npm test
action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: dbt-mermaid
uses: ./
with:
dbt-version: 1.7.11
dbt-project: project
- run: cat ${{ steps.dbt-mermaid.outputs.filepath }}