File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ on: [push, pull_request]
5
5
env :
6
6
CARGO_TERM_COLOR : always
7
7
8
+ permissions :
9
+ contents : read
10
+ pages : write
11
+ id-token : write
12
+
13
+ concurrency :
14
+ group : " pages"
15
+ cancel-in-progress : false
16
+
8
17
jobs :
9
18
fmt :
10
19
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
# Poulpe ethercat controller
2
2
3
- [ ![ Build Status]] [ actions ] [ ![ just-the-docs] ( https://github.com/pollen-robotics/poulpe_ethercat_controller/actions/workflows/jekyll-gh-pages.yml/badge.svg )] ( https://pollen-robotics.github.io/poulpe_ethercat_controller/ )
3
+ [ ![ Build Status]] [ actions ] ![ GitHub Tag] ( https://img.shields.io/github/v/tag/pollen-robotics/poulpe_ethercat_controller ) ![ GitHub Release Date] ( https://img.shields.io/github/release-date/pollen-robotics/poulpe_ethercat_controller )
4
+
5
+
4
6
5
7
[ Build Status ] : https://img.shields.io/github/actions/workflow/status/pollen-robotics/poulpe_ethercat_controller/rust.yml?branch=develop
6
8
[ actions ] : https://github.com/pollen-robotics/poulpe_ethercat_controller/actions?query=branch%3Adevelop
You can’t perform that action at this time.
0 commit comments