Skip to content

🤖 dependabot(deps-dev): bump @angular-eslint/eslint-plugin-template from 18.3.1 to 18.4.0 #110

🤖 dependabot(deps-dev): bump @angular-eslint/eslint-plugin-template from 18.3.1 to 18.4.0

🤖 dependabot(deps-dev): bump @angular-eslint/eslint-plugin-template from 18.3.1 to 18.4.0 #110

Workflow file for this run

name: on-pull-request
on: [pull_request, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-lint-test-cdk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun run lint:cdk
- run: bun run build:cdk
- run: bun run test:cdk
build-lint-test-material:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun run build:cdk
- run: bun run lint:material
- run: bun run build:material
- run: bun run test:material