Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
heuzef
/
vote_borda
mirror da
https://github.com/heuzef/vote_borda.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
MAJ du workflow
main
Heuzef
8 mesi fa
parent
ba2286a39f
commit
0494fc02f8
2 ha cambiato i file
con
10 aggiunte
e
11 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+10
-0
.github/workflows/resultat.yml
+0
-11
.github/workflows/winner.yml
+ 10
- 0
.github/workflows/resultat.yml
Vedi 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
Vedi 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
Scrivi
Anteprima
Caricamento…
Annulla
Salva