"Fossies" - the Fresh Open Source Software Archive
Member "htpdate-1.3.4/.github/workflows/main.yml" (18 Apr 2022, 260 Bytes) of package /linux/www/htpdate-1.3.4.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Ansible YAML source code syntax highlighting (style: standard) with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
1 name: main 2 3 on: push 4 5 jobs: 6 build: 7 runs-on: ubuntu-latest 8 steps: 9 -uses: actions/checkout@v2 10 -name: build 11 run: make 12 -name: build with https 13 run: make https 14 -name: test 15 run: ./htpdate www.example.com