Skip to content

Commit

Permalink
test: with separate app
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Aug 17, 2024
1 parent 37535d2 commit 13b15d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/verify_formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,17 @@ jobs:
runs-on: ubuntu-latest
steps:

- id: create_token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.COG_APP_ID }}
private_key: ${{ secrets.COG_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ steps.create_token.outputs.token }}

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
3 changes: 1 addition & 2 deletions src/pages/hegel/guides/science-of-logic-introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,7 @@ at best be mere assurances. As with all pre-established forms of logic, at the
start of presuppositionless thinking, science too must be emptied of any
preconceived notions of what it is.

However, there is an important caveat to this. While nothing definitive can be
said about science, its conception is presupposed at the start of the _The
However, there is an important caveat to this. While nothing definitive can be said about science, its conception is presupposed at the start of the _The
Science of Logic_. This conception is the minimal grasp that the fact of the
matter (_die Sache_) is equally the thought of it. This is largely a _negative_
conception, inasmuch as it serves to annul the opposite conception that the fact
Expand Down

0 comments on commit 13b15d5

Please sign in to comment.