Skip to content

timeout 15m for all GHA jobs #35

timeout 15m for all GHA jobs

timeout 15m for all GHA jobs #35

Workflow file for this run

name: Run All
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g eolang
- run: make
- run: make run