Skip to content

Commit

Permalink
Merge pull request #167 from freedomofpress/github-actions
Browse files Browse the repository at this point in the history
CI: disable CircleCI, reuse GitHub Actions
  • Loading branch information
legoktm authored Dec 8, 2023
2 parents ea0ddfd + 08be606 commit f88211a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 65 deletions.
65 changes: 0 additions & 65 deletions .circleci/config.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: CI

on: [push, pull_request]

jobs:
reusable:
uses: freedomofpress/securedrop-docs/.github/workflows/ci.yml@main
10 changes: 10 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Link check

on:
schedule:
- cron: '0 3 * * *'

jobs:
reusable:
uses: freedomofpress/securedrop-docs/.github/workflows/linkcheck.yml@main

0 comments on commit f88211a

Please sign in to comment.