Compare commits

..

1 commit

Author SHA1 Message Date
Jean-Michel Tremblay
e4996d663d run action on shell
All checks were successful
Build Resume / build (push) Successful in 3s
2026-04-23 17:07:02 -04:00

View file

@ -2,7 +2,7 @@ name: Build Resume
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: docker runs-on: shell
steps: steps:
- name: Checkout - name: Checkout
run: | run: |