Skip to content

chore(deps): bump actions/checkout from 4 to 5 #28

chore(deps): bump actions/checkout from 4 to 5

chore(deps): bump actions/checkout from 4 to 5 #28

---
name: Continuous Build
on:
pull_request:
branches:
- main
workflow_call:
jobs:
All_Targets:
name: All Targets Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v5
- name: Build
run: cargo build --all-targets --all-features