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

Update format.yml and clippy.yml #135

Merged
merged 2 commits into from
Jun 8, 2023
Merged

Conversation

genusistimelord
Copy link
Collaborator

add nightly to the test for fmt.

Andrew Wheeler(Genusis) added 2 commits June 8, 2023 08:33
add nightly to the test for fmt.
update to add nightly checks.
@genusistimelord genusistimelord changed the title Update format.yml Update format.yml and clippy.yml Jun 8, 2023
@genusistimelord genusistimelord merged commit 93782e0 into main Jun 8, 2023
Copy link
Contributor

@Luni-4 Luni-4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a simple review, I hope it will be appreciated

@@ -2,11 +2,16 @@ name: Format
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use ubuntu-latest directly here since it's the only supported os

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line if the comment above is going to be accepted

@@ -2,11 +2,16 @@ name: Clippy
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as the first comment

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as the second comment

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i remove the os part in a new PR since i had already merged this. Originally left it just in case we needed to add in windows and mac. but to keep it simple for now linux should cover most stuff and the matrix os can be added back later when needed.

@genusistimelord genusistimelord deleted the genusistimelord-patch-1 branch June 8, 2023 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants