Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gafusion/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Candy committed Sep 27, 2023
2 parents 2dd1c34 + 90aa52a commit d9ab41d
Show file tree
Hide file tree
Showing 105 changed files with 139,989 additions and 1,076 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: test CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Dummy test
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
1,129 changes: 1,129 additions & 0 deletions GFILE/D3D_128913/g128913.01500

Large diffs are not rendered by default.

Loading

0 comments on commit d9ab41d

Please sign in to comment.