Skip to content

Bump actions/checkout from 6 to 7 (#176) #86

Bump actions/checkout from 6 to 7 (#176)

Bump actions/checkout from 6 to 7 (#176) #86

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
install:
name: Install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: oven-sh/setup-bun@v2
- run: bun install