Skip to content

Update actions/checkout action to v4 #30

Update actions/checkout action to v4

Update actions/checkout action to v4 #30

Workflow file for this run

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