Skip to content

add permissions step to build (#4) #11

add permissions step to build (#4)

add permissions step to build (#4) #11

Workflow file for this run

---
name: CI
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- 'releases/**'
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build and Test
run: |
make -f ./make/vm-x86-gfortran-gcc.mk check