mirror of
https://github.com/fabianlindfors/reshape.git
synced 2024-11-22 03:53:38 +03:00
Run lint and test actions on PR
This commit is contained in:
parent
d76dbab5ba
commit
b86e6d53ca
3
.github/workflows/lint.yaml
vendored
3
.github/workflows/lint.yaml
vendored
@ -3,6 +3,9 @@ name: Lint
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -3,6 +3,9 @@ name: Tests
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
Loading…
Reference in New Issue
Block a user