Skip to content

Commit 961014c

Browse files
committed
chore: test files
This branch is meant to test the template.
1 parent 8081b67 commit 961014c

File tree

10 files changed

+2359
-13
lines changed

10 files changed

+2359
-13
lines changed

.github/workflows/audit-check.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: Security audit
22

33
on:
4-
# TODO re-enable once project is set up properly
5-
# push:
6-
# branches:
7-
# - main
8-
# pull_request:
9-
# schedule:
10-
# - cron: '0 0 * * *'
4+
push:
5+
branches:
6+
- main
7+
pull_request:
118
workflow_dispatch:
9+
#schedule:
10+
# - cron: '0 0 * * *'
1211

1312
jobs:
1413
audit-check:

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: CI
22

33
on:
4-
# TODO re-enable once project is set up properly
5-
# push:
6-
# branches:
7-
# - main
8-
# pull_request:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
98
workflow_dispatch:
109

1110
env:
@@ -65,7 +64,7 @@ jobs:
6564
fail-fast: false
6665
matrix:
6766
os: [ ubuntu-24.04, macos-14, windows-2022 ]
68-
toolchain: [ 1.60.0 ] # TODO: change for your minimum supported Rust version
67+
toolchain: [ 1.79.0 ]
6968
runs-on: ${{ matrix.os }}
7069
steps:
7170
- name: Checkout code

0 commit comments

Comments
 (0)