Skip to content

Commit

Permalink
Merge pull request #7 from actions/workflow-fixup
Browse files Browse the repository at this point in the history
workflow fixup
  • Loading branch information
bdehamer authored Feb 24, 2024
2 parents a81737a + 7515199 commit 07dd760
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
name: Check Transpiled JavaScript

on:
pull_request:
branches:
- main
push:
branches:
- main
pull_request:

permissions:
contents: read
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Continuous Integration

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand All @@ -25,7 +27,7 @@ jobs:
id: setup-node
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: 18
node-version-file: .node-version
cache: npm

- name: Install Dependencies
Expand Down Expand Up @@ -67,4 +69,4 @@ jobs:
predicate-type: 'https://spdx.dev/Document/v2.3'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Dump output
run: jq < ${{ steps.attest.outputs.bundle-path }}
run: jq < ${{ steps.attest.outputs.bundle-path }}
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CodeQL

on:
push:
pull_request:
branches:
- main
pull_request:
push:
branches:
- main
schedule:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint Codebase

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down Expand Up @@ -36,7 +38,7 @@ jobs:

- name: Build @actions/attest
run: npm run build --workspace packages/attest

- name: Lint Codebase
id: super-linter
uses: super-linter/super-linter/slim@v6
Expand Down

0 comments on commit 07dd760

Please sign in to comment.