Skip to content

Add a github action to test bitvec#269

Open
erickt wants to merge 1 commit intoferrilab:mainfrom
erickt:ci
Open

Add a github action to test bitvec#269
erickt wants to merge 1 commit intoferrilab:mainfrom
erickt:ci

Conversation

@erickt
Copy link
Copy Markdown

@erickt erickt commented May 20, 2024

This patch adds an github action to run tests on CI for each PR.

Comment thread .github/workflows/ci.yml
- nightly
- "1.63"
steps:
- uses: actions/checkout@v1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
- uses: actions/checkout@v1
- uses: actions/checkout@v6

Comment thread .github/workflows/ci.yml
name: docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
- uses: actions/checkout@v1
- uses: actions/checkout@v6

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