David Tolnay
d91b5d9b58
Enable type layout randomization in CI on nightly
2023-02-19 09:22:00 -08:00
David Tolnay
006eb756e3
Support a manual trigger on CI workflow
2023-02-18 17:23:57 -08:00
David Tolnay
d23c2d64dd
Prevent actions duplication on noop merge commits
2022-12-31 12:45:33 -08:00
David Tolnay
30361cff0f
Time out workflows after 45 minutes
...
GitHub's default timeout is 6 hours. Recently some of my GitHub Actions
jobs have started randomly stalling for that long, which is inconvenient
because it ties up a chunk of my runner quota. It apepars to be very
rare for a job to recover after stalling. It's better to time out
quicker and retry on a different runner.
2022-11-25 03:51:41 -08:00
David Tolnay
94296cf1b6
Add a funding file
2022-11-25 03:44:02 -08:00
David Tolnay
834e16aba1
Replace ucd-generate dependency with ucd-parse
2022-11-03 22:39:42 -07:00
David Tolnay
4757c71dd8
Switch from set-output to $GITHUB_OUTPUT
2022-10-13 09:37:36 -07:00
David Tolnay
35ccb3f549
Run clippy on all crates in workspace
2022-10-08 12:24:29 -07:00
David Tolnay
31a4be1913
GitHub Workflows security hardening
2022-09-02 15:09:32 -07:00
David Tolnay
59d10f2fa5
Run 'latest Unicode' job only in cron, not pull requests
2022-07-05 22:50:18 -07:00
David Tolnay
f48337ea01
Normalize ucd-generate version in generated files
2022-07-05 22:45:15 -07:00
David Tolnay
765b974458
Check all crates in workspace for outdated deps
2022-06-06 14:39:25 -07:00
David Tolnay
b11ec212ec
Add GitHub Actions job to run code generator against latest Unicode
2022-05-19 08:41:20 -07:00
David Tolnay
2427a7c1bf
Detect warnings in CI
2022-05-16 14:56:29 -07:00
David Tolnay
f2b9b0e58f
Add actions job to notice outdated dependencies
2022-05-16 14:55:37 -07:00
David Tolnay
78fe8973ff
Run clippy in CI
2022-05-16 14:55:09 -07:00
David Tolnay
a8768180a8
Make 1.31 only run cargo check
2022-05-16 14:51:44 -07:00
David Tolnay
c424a3ec3c
Set up GitHub Actions
2022-05-16 14:50:07 -07:00