fix: π fix payload-types icon config #309
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ποΈ Β» build & test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: [opened, synchronize, reopened] | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: [ubuntu-latest] | |
name: Build Lucodear Icons ποΈ | |
steps: | |
- name: π₯ Checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
with: | |
persist-credentials: false | |
- name: π§ Setup Bun | |
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2 | |
with: | |
bun-version-file: ".bun-version" | |
- name: π¦ Install dependencies | |
run: bun install --frozen-lockfile | |
- name: π Test + Build | |
run: | | |
bun test | |
bun run vscode:prepublish |