Skip to content

Commit

Permalink
reference @actions/attest package (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer authored Feb 26, 2024
1 parent 07dd760 commit d3e0400
Show file tree
Hide file tree
Showing 26 changed files with 503 additions and 1,808 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ lib/
dist/
node_modules/
coverage/
packages/
3 changes: 0 additions & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
id: install
run: npm ci

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

- name: Build dist/ Directory
id: build
run: npm run bundle
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
id: npm-ci
run: npm ci

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

- name: Check Format
id: npm-format-check
run: npm run format:check
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
id: install
run: npm ci

- 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
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,3 @@ __tests__/runner/*
.idea
.vscode
*.code-workspace

packages/**/dist
packages/attest/dist
Loading

0 comments on commit d3e0400

Please sign in to comment.