Skip to content

Bump bulma to 1.0.3. #278

Bump bulma to 1.0.3.

Bump bulma to 1.0.3. #278

Workflow file for this run

name: Build pages on Pull Request
on:
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build pages
uses: ./.github/actions/build
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: test
args: --all-projects --exclude=fable_modules --org=krymtkts