This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
vote_borda
mirror of
https://github.com/heuzef/vote_borda.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
MAJ du workflow
main
Heuzef
8 months ago
parent
ba2286a39f
commit
0494fc02f8
2 changed files
with
10 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
.github/workflows/resultat.yml
+0
-11
.github/workflows/winner.yml
+ 10
- 0
.github/workflows/resultat.yml
View File
@@ -0,0 +1,10 @@
name: Mis a jour du resultat du vote Borda
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Mis a jour du resultat du vote Borda
run: python ${{ github.workspace }}/vote_borda.py > ${{ github.workspace }}/resultat_vote.txt
+ 0
- 11
.github/workflows/winner.yml
View File
@@ -1,11 +0,0 @@
name: Mise à jour du vote
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Exécuter le script Python
run: python vote_borda.py > winner.txt
Write
Preview
Loading…
Cancel
Save