Skip to content

Commit

Permalink
Merge pull request #7 from thibault-cne/github/workflow
Browse files Browse the repository at this point in the history
Updated the github folder
  • Loading branch information
thibault-cne authored Apr 13, 2024
2 parents f48263d + c1d93e0 commit f7c3ea4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Describe your changes

## Issue ticket number and link (if necessary)

## Checklist before requesting a review

- [ ] I have performed a self-review of my code
- [ ] I have added thorough tests and all tests are passing
- [ ] I have added the necessary changes to documentation and/or README
- [ ] Do we need to implement analytics?
- [ ] Will this be part of a product update? If yes, please write one phrase about this update.
9 changes: 4 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: fmt, lint & build
name: CI

on:
push:
branches:
- master
pull_request:
branches:
- master
- main
- release/*
pull_request: {}

jobs:
cache:
Expand Down

0 comments on commit f7c3ea4

Please sign in to comment.