@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/github-actions>
  a schema:TechArticle ;
  schema:headline "GitHub Actions" ;
  schema:url <https://anchorfact.org/computer-science/github-actions/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/github-actions>
  schema:citation <https://docs.github.com/en/actions/about-github-actions/understanding-github-actions> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/github-actions>
  schema:citation <https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/github-actions>
  schema:citation <https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners> ;
  af:sourceTier "B" .