Skip to content

ci: gpg sign and provenance #4

ci: gpg sign and provenance

ci: gpg sign and provenance #4

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ master, main ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Yarn install
uses: hexancore/[email protected]
- name: Lint
run: yarn lint
- name: Test
uses: ./.github/actions/test
- name: Build
run: yarn build