Skip to content

Commit

Permalink
chore: update worflows name
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
alecarn committed Sep 3, 2024
1 parent e6c0701 commit dbdc3ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbdc3ce

Please sign in to comment.