Skip to content

add workflow

add workflow #1

Workflow file for this run

name: test cprnc
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses" actions/checkout@v3

Check failure on line 12 in .github/workflows/runtests.yml

View workflow run for this annotation

GitHub Actions / test cprnc

Invalid workflow file

The workflow is not valid. .github/workflows/runtests.yml (Line: 12, Col: 7): Unexpected value 'uses" actions/checkout@v3'
- name: Installs
run: |
set -x
sudo apt-get update
sudo apt-get install netcdf-bin gfortran libnetcdff-dev
- name: cmake build
shell: bash
run: |
mkdir build
cd build
cmake -Wno-dev ../
make VERBOSE=1