Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/audit-check.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Security audit

on:
# TODO re-enable once project is set up properly
# push:
# branches:
# - main
# pull_request:
# schedule:
# - cron: '0 0 * * *'
push:
branches:
- main
pull_request:
workflow_dispatch:
#schedule:
# - cron: '0 0 * * *'

jobs:
audit-check:
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: CI

on:
# TODO re-enable once project is set up properly
# push:
# branches:
# - main
# pull_request:
push:
branches:
- main
pull_request:
workflow_dispatch:

env:
Expand Down Expand Up @@ -78,7 +77,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-24.04, macos-15, windows-2025 ]
toolchain: [ 1.60.0 ] # TODO: change for your minimum supported Rust version
toolchain: [ 1.85.1 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down
Loading
Loading