Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split lib and bin into crates and minor refactoring #49

Closed
wants to merge 5 commits into from
Closed
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
5 changes: 3 additions & 2 deletions .github/workflows/check_flake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Nix flake
name: Nix
on:
pull_request:
push:
Expand All @@ -7,7 +7,8 @@ on:
- 'flake.nix'

jobs:
check:
check_flake:
name: Check Flake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Jobs on pull request
name: Pull request
on: pull_request
name: Rust
on:
workflow_dispatch:
push:
branches:
- main
pull_request:

jobs:
format:
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/main.yml

This file was deleted.

File renamed without changes.
Loading