From dbdc3ce2cea87fad9c62ffb2925a5ce18d155ad0 Mon Sep 17 00:00:00 2001 From: Alexandre Caron Date: Tue, 3 Sep 2024 11:20:19 -0400 Subject: [PATCH] chore: update worflows name - refactor: update to @angular v18 BREAKING CHANGES - refactor: eslint update to flat config - fix: lint error for unused variable BREAKING CHANGES: some argument of MANY methods has been removed for unused reason BREAKING CHANGES: Overlay directive and service are remove since it's not functional --- .github/workflows/pull-request.yml | 3 ++- .github/workflows/release.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f8f1c1bd6..c4800a797 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,7 +10,8 @@ on: types: [opened, synchronize] jobs: - build: + analyze: + name: Analyze Pull Rrequest runs-on: ubuntu-latest steps: - name: The branch or tag ref that triggered the workflow run. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0d39607f..4e5c30483 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,8 @@ on: - ^[0-9]+(.[0-9]+)?.x$ jobs: - build: + release: + name: Release runs-on: ubuntu-latest permissions: id-token: write # to enable use of OIDC for npm provenance