Skip to content

Commit

Permalink
Update the build workflow and license
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Mar 15, 2024
1 parent 0e09a8a commit cf5f910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: ructions/toolchain@v2
with: {toolchain: stable, components: "clippy, rustfmt"}
- run: rustup toolchain install stable --profile=minimal --component clippy --component rustfmt
- run: cargo clippy -- -D warnings
- run: cargo fmt --all -- --check

Expand All @@ -26,6 +25,5 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ructions/toolchain@v2
with: {toolchain: stable}
- run: rustup toolchain install stable --profile=minimal
- run: cargo test
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following two notices apply to every file of the project.
## The Apache License

```
Copyright 2023—2024 The folder Developers
Copyright 2024 The loop Developers
Licensed under the Apache License, Version 2.0 (the “License”); you may not use
this file except in compliance with the License. You may obtain a copy of the
Expand All @@ -28,7 +28,7 @@ specific language governing permissions and limitations under the License.
## The MIT License

```
Copyright 2023—2024 The folder Developers
Copyright 2024 The loop Developers
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
Expand Down

0 comments on commit cf5f910

Please sign in to comment.