We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78afa78 commit cb7c917Copy full SHA for cb7c917
1 file changed
.github/workflows/build-lint-test.yml
@@ -62,18 +62,6 @@ jobs:
62
- run: |
63
npm rebuild --verbose sharp
64
yarn build
65
- - name: Save snap build
66
- uses: actions/upload-artifact@v4
67
- with:
68
- name: snap-build-${{ github.sha }}
69
- path: ./packages/snap/dist
70
- - name: Require clean working directory
71
- shell: bash
72
73
- if ! git diff --exit-code; then
74
- echo "Working tree dirty at end of job"
75
- exit 1
76
- fi
77
78
lint:
79
name: Lint
0 commit comments