mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-24 02:17:29 +01:00
Add git action for flags (#1005)
This commit is contained in:
parent
8d34f78709
commit
82d2cf8b5c
16
.github/workflows/flags.yml
vendored
Normal file
16
.github/workflows/flags.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Test Flags
|
||||
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4.0.0
|
||||
with:
|
||||
python-version: '3.x'
|
||||
architecture: 'x64'
|
||||
- name: Test flags
|
||||
run: python flags.py
|
Loading…
Reference in New Issue
Block a user