Skip to content

chore(deps): bump liatrio/terraform-change-pr-commenter from 1.7.0 to 1.7.1 in /.github/workflows #1370

chore(deps): bump liatrio/terraform-change-pr-commenter from 1.7.0 to 1.7.1 in /.github/workflows

chore(deps): bump liatrio/terraform-change-pr-commenter from 1.7.0 to 1.7.1 in /.github/workflows #1370

Workflow file for this run

name: test
on:
push:
branches:
- "*"
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@master
with:
node-version: 22
- name: Checkout Code
uses: actions/checkout@v4
- name: Test & publish
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.code_climate_reporter_id }}
with:
coverageCommand: npm run test:ci
coverageLocations: |
${{github.workspace}}/*.lcov:lcov