Skip to content

Bump lucide-react from 0.513.0 to 0.515.0 #263

Bump lucide-react from 0.513.0 to 0.515.0

Bump lucide-react from 0.513.0 to 0.515.0 #263

Workflow file for this run

name: Build
on:
# Trigger the workflow every time you push to the `main` branch
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site output
uses: withastro/action@v2