Skip to content

repositories: Correct the feed url from the 'master' to the 'main' branch. #261

repositories: Correct the feed url from the 'master' to the 'main' branch.

repositories: Correct the feed url from the 'master' to the 'main' branch. #261

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt update
sudo apt install libxml2-utils
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install pip dependencies
run: pip install lxml
- name: Check
run: make check