Skip to content

Commit

Permalink
Fixes (#6)
Browse files Browse the repository at this point in the history
* Delete Evaluation directory

* Fixes #1
Fixes #2

* fix workflow.R

* fix µ

---------

Co-authored-by: Yuri05 <[email protected]>
  • Loading branch information
Yuri05 and Yuri05 authored Mar 21, 2023
1 parent 1807609 commit 3470c66
Show file tree
Hide file tree
Showing 18 changed files with 23,809 additions and 49,006 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/Check_utf8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check if all required files are UTF-8

on:
[push, pull_request]

permissions:
contents: read

jobs:
utf8check:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/UTF8Check.yml@main
with:
file-extensions: 'R\|json\|md'
Loading

0 comments on commit 3470c66

Please sign in to comment.